Shades of Light Slate Blue #9E7FFF
Tints of Light Slate Blue #9E7FFF
RGB
CMYK
RGB Variations
Color information
#9E7FFF (or 0x9E7FFF) is known color: Light Slate Blue. HEX triplet: 9E, 7F and FF. RGB value is (158,127,255). Sum of RGB (Red+Green+Blue) = 158+127+255=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FFF is #618000. Grayscale: #969696. Windows color (decimal): -6389761 or 16744350. OLE color: 16744350.
HSL color Cylindrical-coordinate representation of color #9E7FFF: hue angle of 254.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7FFF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 127 | 255 | - |
| CMYK | 0.38 | 0.50 | 0 | 0 |
| HSL | 254.53º | 1% | 0.75% | - |
| HSV(B) | 254.53º | 0.5% | 1% | - |
| XYZ | 39.74 | 29.67 | 98.24 | - |
| YUV | 150.86 | 186.77 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 255 | 0.38 | 0.50 | 0 | 0 | 254.53 | 1 | 0.75 |
| Hex | 9E | 7F | FF | 26 | 32 | 0 | 0 | FF | 64 | 4B |
| Octal | 236 | 177 | 377 | 46 | 62 | 0 | 0 | 377 | 144 | 113 |
| Binary | 10011110 | 1111111 | 11111111 | 100110 | 110010 | 0 | 0 | 11111111 | 1100100 | 1001011 |
Color Harmonies of #9E7FFF
Complementary color
Monochromatic Colors of #9E7FFF
Black with #9E7FFF
Text Example
Text Example
White with #9E7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FFF; }
p { color: rgb(158,127,255); }
H1.HeaderClassName
{
color: #9E7FFF;
}
.AnyTagClassName
{
color: #9E7FFF;
}
</style>
background-color css
<style>
a { background-color: #9E7FFF; }
a { background-color: rgb(158,127,255); }
div.DivClassName
{
background-color: #9E7FFF;
}
.BgClassName
{
background-color: #9E7FFF;
}
</style>
border-color css
<style>
span { border-color: #9E7FFF; }
span { border-color: rgb(158,127,255); }
td.TdClassName
{
border-color: #9E7FFF;
}
.TagClassName
{
border-color: #9E7FFF;
}
</style>