Shades of Light Slate Blue #9E6EFC
Tints of Light Slate Blue #9E6EFC
RGB
CMYK
RGB Variations
Color information
#9E6EFC (or 0x9E6EFC) is known color: Light Slate Blue. HEX triplet: 9E, 6E and FC. RGB value is (158,110,252). Sum of RGB (Red+Green+Blue) = 158+110+252=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E6EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EFC is #619103. Grayscale: #8C8C8C. Windows color (decimal): -6394116 or 16543390. OLE color: 16543390.
HSL color Cylindrical-coordinate representation of color #9E6EFC: hue angle of 260.28º 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 #9E6EFC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 110 | 252 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.01 |
| HSL | 260.28º | 0.96% | 0.71% | - |
| HSV(B) | 260.28º | 0.56% | 0.99% | - |
| XYZ | 37.25 | 25.45 | 95.04 | - |
| YUV | 140.54 | 190.9 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 252 | 0.37 | 0.56 | 0 | 0.01 | 260.28 | 0.96 | 0.71 |
| Hex | 9E | 6E | FC | 25 | 38 | 0 | 1 | 104 | 60 | 47 |
| Octal | 236 | 156 | 374 | 45 | 70 | 0 | 1 | 404 | 140 | 107 |
| Binary | 10011110 | 1101110 | 11111100 | 100101 | 111000 | 0 | 1 | 100000100 | 1100000 | 1000111 |
Color Harmonies of #9E6EFC
Complementary color
Monochromatic Colors of #9E6EFC
Black with #9E6EFC
Text Example
Text Example
White with #9E6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EFC; }
p { color: rgb(158,110,252); }
H1.HeaderClassName
{
color: #9E6EFC;
}
.AnyTagClassName
{
color: #9E6EFC;
}
</style>
background-color css
<style>
a { background-color: #9E6EFC; }
a { background-color: rgb(158,110,252); }
div.DivClassName
{
background-color: #9E6EFC;
}
.BgClassName
{
background-color: #9E6EFC;
}
</style>
border-color css
<style>
span { border-color: #9E6EFC; }
span { border-color: rgb(158,110,252); }
td.TdClassName
{
border-color: #9E6EFC;
}
.TagClassName
{
border-color: #9E6EFC;
}
</style>