Shades of Light Slate Blue #9E8CFE
Tints of Light Slate Blue #9E8CFE
RGB
CMYK
RGB Variations
Color information
#9E8CFE (or 0x9E8CFE) is known color: Light Slate Blue. HEX triplet: 9E, 8C and FE. RGB value is (158,140,254). Sum of RGB (Red+Green+Blue) = 158+140+254=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CFE is #617301. Grayscale: #9D9D9D. Windows color (decimal): -6386434 or 16682142. OLE color: 16682142.
HSL color Cylindrical-coordinate representation of color #9E8CFE: hue angle of 249.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E8CFE is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 140 | 254 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.00 |
| HSL | 249.47º | 0.98% | 0.77% | - |
| HSV(B) | 249.47º | 0.45% | 1% | - |
| XYZ | 41.37 | 33.18 | 97.99 | - |
| YUV | 158.38 | 181.96 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 254 | 0.38 | 0.45 | 0 | 0.00 | 249.47 | 0.98 | 0.77 |
| Hex | 9E | 8C | FE | 26 | 2D | 0 | 0 | F9 | 62 | 4D |
| Octal | 236 | 214 | 376 | 46 | 55 | 0 | 0 | 371 | 142 | 115 |
| Binary | 10011110 | 10001100 | 11111110 | 100110 | 101101 | 0 | 0 | 11111001 | 1100010 | 1001101 |
Color Harmonies of #9E8CFE
Complementary color
Monochromatic Colors of #9E8CFE
Black with #9E8CFE
Text Example
Text Example
White with #9E8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CFE; }
p { color: rgb(158,140,254); }
H1.HeaderClassName
{
color: #9E8CFE;
}
.AnyTagClassName
{
color: #9E8CFE;
}
</style>
background-color css
<style>
a { background-color: #9E8CFE; }
a { background-color: rgb(158,140,254); }
div.DivClassName
{
background-color: #9E8CFE;
}
.BgClassName
{
background-color: #9E8CFE;
}
</style>
border-color css
<style>
span { border-color: #9E8CFE; }
span { border-color: rgb(158,140,254); }
td.TdClassName
{
border-color: #9E8CFE;
}
.TagClassName
{
border-color: #9E8CFE;
}
</style>