Shades of Light Slate Blue #7D6EFC
Tints of Light Slate Blue #7D6EFC
RGB
CMYK
RGB Variations
Color information
#7D6EFC (or 0x7D6EFC) is known color: Light Slate Blue. HEX triplet: 7D, 6E and FC. RGB value is (125,110,252). Sum of RGB (Red+Green+Blue) = 125+110+252=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6EFC is #829103. Grayscale: #828282. Windows color (decimal): -8556804 or 16543357. OLE color: 16543357.
HSL color Cylindrical-coordinate representation of color #7D6EFC: hue angle of 246.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D6EFC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 110 | 252 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.01 |
| HSL | 246.34º | 0.96% | 0.71% | - |
| HSV(B) | 246.34º | 0.56% | 0.99% | - |
| XYZ | 31.6 | 22.54 | 94.78 | - |
| YUV | 130.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 252 | 0.50 | 0.56 | 0 | 0.01 | 246.34 | 0.96 | 0.71 |
| Hex | 7D | 6E | FC | 32 | 38 | 0 | 1 | F6 | 60 | 47 |
| Octal | 175 | 156 | 374 | 62 | 70 | 0 | 1 | 366 | 140 | 107 |
| Binary | 1111101 | 1101110 | 11111100 | 110010 | 111000 | 0 | 1 | 11110110 | 1100000 | 1000111 |
Color Harmonies of #7D6EFC
Complementary color
Monochromatic Colors of #7D6EFC
Black with #7D6EFC
Text Example
Text Example
White with #7D6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EFC; }
p { color: rgb(125,110,252); }
H1.HeaderClassName
{
color: #7D6EFC;
}
.AnyTagClassName
{
color: #7D6EFC;
}
</style>
background-color css
<style>
a { background-color: #7D6EFC; }
a { background-color: rgb(125,110,252); }
div.DivClassName
{
background-color: #7D6EFC;
}
.BgClassName
{
background-color: #7D6EFC;
}
</style>
border-color css
<style>
span { border-color: #7D6EFC; }
span { border-color: rgb(125,110,252); }
td.TdClassName
{
border-color: #7D6EFC;
}
.TagClassName
{
border-color: #7D6EFC;
}
</style>