Shades of Light Slate Blue #9E8EFB
Tints of Light Slate Blue #9E8EFB
RGB
CMYK
RGB Variations
Color information
#9E8EFB (or 0x9E8EFB) is known color: Light Slate Blue. HEX triplet: 9E, 8E and FB. RGB value is (158,142,251). Sum of RGB (Red+Green+Blue) = 158+142+251=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EFB is #617104. Grayscale: #9E9E9E. Windows color (decimal): -6385925 or 16486046. OLE color: 16486046.
HSL color Cylindrical-coordinate representation of color #9E8EFB: hue angle of 248.81º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E8EFB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 142 | 251 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.02 |
| HSL | 248.81º | 0.93% | 0.77% | - |
| HSV(B) | 248.81º | 0.43% | 0.98% | - |
| XYZ | 41.19 | 33.58 | 95.58 | - |
| YUV | 159.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 251 | 0.37 | 0.43 | 0 | 0.02 | 248.81 | 0.93 | 0.77 |
| Hex | 9E | 8E | FB | 25 | 2B | 0 | 2 | F9 | 5D | 4D |
| Octal | 236 | 216 | 373 | 45 | 53 | 0 | 2 | 371 | 135 | 115 |
| Binary | 10011110 | 10001110 | 11111011 | 100101 | 101011 | 0 | 10 | 11111001 | 1011101 | 1001101 |
Color Harmonies of #9E8EFB
Complementary color
Monochromatic Colors of #9E8EFB
Black with #9E8EFB
Text Example
Text Example
White with #9E8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8EFB; }
p { color: rgb(158,142,251); }
H1.HeaderClassName
{
color: #9E8EFB;
}
.AnyTagClassName
{
color: #9E8EFB;
}
</style>
background-color css
<style>
a { background-color: #9E8EFB; }
a { background-color: rgb(158,142,251); }
div.DivClassName
{
background-color: #9E8EFB;
}
.BgClassName
{
background-color: #9E8EFB;
}
</style>
border-color css
<style>
span { border-color: #9E8EFB; }
span { border-color: rgb(158,142,251); }
td.TdClassName
{
border-color: #9E8EFB;
}
.TagClassName
{
border-color: #9E8EFB;
}
</style>