Shades of Light Slate Blue #9E7EFF
Tints of Light Slate Blue #9E7EFF
RGB
CMYK
RGB Variations
Color information
#9E7EFF (or 0x9E7EFF) is known color: Light Slate Blue. HEX triplet: 9E, 7E and FF. RGB value is (158,126,255). Sum of RGB (Red+Green+Blue) = 158+126+255=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7EFF is #618100. Grayscale: #959595. Windows color (decimal): -6390017 or 16744094. OLE color: 16744094.
HSL color Cylindrical-coordinate representation of color #9E7EFF: hue angle of 254.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E7EFF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 126 | 255 | - |
| CMYK | 0.38 | 0.51 | 0 | 0 |
| HSL | 254.88º | 1% | 0.75% | - |
| HSV(B) | 254.88º | 0.51% | 1% | - |
| XYZ | 39.61 | 29.41 | 98.2 | - |
| YUV | 150.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 255 | 0.38 | 0.51 | 0 | 0 | 254.88 | 1 | 0.75 |
| Hex | 9E | 7E | FF | 26 | 33 | 0 | 0 | FF | 64 | 4B |
| Octal | 236 | 176 | 377 | 46 | 63 | 0 | 0 | 377 | 144 | 113 |
| Binary | 10011110 | 1111110 | 11111111 | 100110 | 110011 | 0 | 0 | 11111111 | 1100100 | 1001011 |
Color Harmonies of #9E7EFF
Complementary color
Monochromatic Colors of #9E7EFF
Black with #9E7EFF
Text Example
Text Example
White with #9E7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7EFF; }
p { color: rgb(158,126,255); }
H1.HeaderClassName
{
color: #9E7EFF;
}
.AnyTagClassName
{
color: #9E7EFF;
}
</style>
background-color css
<style>
a { background-color: #9E7EFF; }
a { background-color: rgb(158,126,255); }
div.DivClassName
{
background-color: #9E7EFF;
}
.BgClassName
{
background-color: #9E7EFF;
}
</style>
border-color css
<style>
span { border-color: #9E7EFF; }
span { border-color: rgb(158,126,255); }
td.TdClassName
{
border-color: #9E7EFF;
}
.TagClassName
{
border-color: #9E7EFF;
}
</style>