Shades of Light Slate Blue #9E7FFC
Tints of Light Slate Blue #9E7FFC
RGB
CMYK
RGB Variations
Color information
#9E7FFC (or 0x9E7FFC) is known color: Light Slate Blue. HEX triplet: 9E, 7F and FC. RGB value is (158,127,252). Sum of RGB (Red+Green+Blue) = 158+127+252=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E7FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FFC is #618003. Grayscale: #969696. Windows color (decimal): -6389764 or 16547742. OLE color: 16547742.
HSL color Cylindrical-coordinate representation of color #9E7FFC: hue angle of 254.88º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7FFC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 127 | 252 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.01 |
| HSL | 254.88º | 0.95% | 0.74% | - |
| HSV(B) | 254.88º | 0.5% | 0.99% | - |
| XYZ | 39.26 | 29.48 | 95.72 | - |
| YUV | 150.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 252 | 0.37 | 0.50 | 0 | 0.01 | 254.88 | 0.95 | 0.74 |
| Hex | 9E | 7F | FC | 25 | 32 | 0 | 1 | FF | 5F | 4A |
| Octal | 236 | 177 | 374 | 45 | 62 | 0 | 1 | 377 | 137 | 112 |
| Binary | 10011110 | 1111111 | 11111100 | 100101 | 110010 | 0 | 1 | 11111111 | 1011111 | 1001010 |
Color Harmonies of #9E7FFC
Complementary color
Monochromatic Colors of #9E7FFC
Black with #9E7FFC
Text Example
Text Example
White with #9E7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FFC; }
p { color: rgb(158,127,252); }
H1.HeaderClassName
{
color: #9E7FFC;
}
.AnyTagClassName
{
color: #9E7FFC;
}
</style>
background-color css
<style>
a { background-color: #9E7FFC; }
a { background-color: rgb(158,127,252); }
div.DivClassName
{
background-color: #9E7FFC;
}
.BgClassName
{
background-color: #9E7FFC;
}
</style>
border-color css
<style>
span { border-color: #9E7FFC; }
span { border-color: rgb(158,127,252); }
td.TdClassName
{
border-color: #9E7FFC;
}
.TagClassName
{
border-color: #9E7FFC;
}
</style>