Shades of Light Slate Blue #7E6CFC
Tints of Light Slate Blue #7E6CFC
RGB
CMYK
RGB Variations
Color information
#7E6CFC (or 0x7E6CFC) is known color: Light Slate Blue. HEX triplet: 7E, 6C and FC. RGB value is (126,108,252). Sum of RGB (Red+Green+Blue) = 126+108+252=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E6CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CFC is #819303. Grayscale: #818181. Windows color (decimal): -8491780 or 16542846. OLE color: 16542846.
HSL color Cylindrical-coordinate representation of color #7E6CFC: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E6CFC is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 108 | 252 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.01 |
| HSL | 247.5º | 0.96% | 0.71% | - |
| HSV(B) | 247.5º | 0.57% | 0.99% | - |
| XYZ | 31.54 | 22.19 | 94.72 | - |
| YUV | 129.8 | 196.96 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 252 | 0.5 | 0.57 | 0 | 0.01 | 247.5 | 0.96 | 0.71 |
| Hex | 7E | 6C | FC | 32 | 39 | 0 | 1 | F8 | 60 | 47 |
| Octal | 176 | 154 | 374 | 62 | 71 | 0 | 1 | 370 | 140 | 107 |
| Binary | 1111110 | 1101100 | 11111100 | 110010 | 111001 | 0 | 1 | 11111000 | 1100000 | 1000111 |
Color Harmonies of #7E6CFC
Complementary color
Monochromatic Colors of #7E6CFC
Black with #7E6CFC
Text Example
Text Example
White with #7E6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CFC; }
p { color: rgb(126,108,252); }
H1.HeaderClassName
{
color: #7E6CFC;
}
.AnyTagClassName
{
color: #7E6CFC;
}
</style>
background-color css
<style>
a { background-color: #7E6CFC; }
a { background-color: rgb(126,108,252); }
div.DivClassName
{
background-color: #7E6CFC;
}
.BgClassName
{
background-color: #7E6CFC;
}
</style>
border-color css
<style>
span { border-color: #7E6CFC; }
span { border-color: rgb(126,108,252); }
td.TdClassName
{
border-color: #7E6CFC;
}
.TagClassName
{
border-color: #7E6CFC;
}
</style>