Shades of Light Slate Blue #9E8FFF
Tints of Light Slate Blue #9E8FFF
RGB
CMYK
RGB Variations
Color information
#9E8FFF (or 0x9E8FFF) is known color: Light Slate Blue. HEX triplet: 9E, 8F and FF. RGB value is (158,143,255). Sum of RGB (Red+Green+Blue) = 158+143+255=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8FFF is #617000. Grayscale: #9F9F9F. Windows color (decimal): -6385665 or 16748446. OLE color: 16748446.
HSL color Cylindrical-coordinate representation of color #9E8FFF: hue angle of 248.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E8FFF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 143 | 255 | - |
| CMYK | 0.38 | 0.44 | 0 | 0 |
| HSL | 248.04º | 1% | 0.78% | - |
| HSV(B) | 248.04º | 0.44% | 1% | - |
| XYZ | 41.97 | 34.13 | 98.98 | - |
| YUV | 160.25 | 181.47 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 255 | 0.38 | 0.44 | 0 | 0 | 248.04 | 1 | 0.78 |
| Hex | 9E | 8F | FF | 26 | 2C | 0 | 0 | F8 | 64 | 4E |
| Octal | 236 | 217 | 377 | 46 | 54 | 0 | 0 | 370 | 144 | 116 |
| Binary | 10011110 | 10001111 | 11111111 | 100110 | 101100 | 0 | 0 | 11111000 | 1100100 | 1001110 |
Color Harmonies of #9E8FFF
Complementary color
Monochromatic Colors of #9E8FFF
Black with #9E8FFF
Text Example
Text Example
White with #9E8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8FFF; }
p { color: rgb(158,143,255); }
H1.HeaderClassName
{
color: #9E8FFF;
}
.AnyTagClassName
{
color: #9E8FFF;
}
</style>
background-color css
<style>
a { background-color: #9E8FFF; }
a { background-color: rgb(158,143,255); }
div.DivClassName
{
background-color: #9E8FFF;
}
.BgClassName
{
background-color: #9E8FFF;
}
</style>
border-color css
<style>
span { border-color: #9E8FFF; }
span { border-color: rgb(158,143,255); }
td.TdClassName
{
border-color: #9E8FFF;
}
.TagClassName
{
border-color: #9E8FFF;
}
</style>