Color #7D7DE8
#7D7DE8rgb(125, 125, 232)
Color Codes
HEX#7D7DE8
RGBrgb(125, 125, 232)
HSLhsl(240°, 70%, 70%)
CMYKcmyk(46%, 46%, 0%, 9%)
CIELABLab(56.9, 27.4, -54.4)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #7D7DE8;color: #7D7DE8;border: 2px solid #7D7DE8;background: linear-gradient(135deg, #7D7DE8, #e8e87d);Code Export
css
:root {
--color-primary: #7d7de8;
--color-primary-rgb: 125, 125, 232;
--color-primary-hsl: 240, 70%, 70%;
}