Shades of Light Slate Blue #9E8CFD
Tints of Light Slate Blue #9E8CFD
RGB
CMYK
RGB Variations
Color information
#9E8CFD (or 0x9E8CFD) is known color: Light Slate Blue. HEX triplet: 9E, 8C and FD. RGB value is (158,140,253). Sum of RGB (Red+Green+Blue) = 158+140+253=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CFD is #617302. Grayscale: #9D9D9D. Windows color (decimal): -6386435 or 16616606. OLE color: 16616606.
HSL color Cylindrical-coordinate representation of color #9E8CFD: hue angle of 249.56º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E8CFD is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 140 | 253 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.01 |
| HSL | 249.56º | 0.97% | 0.77% | - |
| HSV(B) | 249.56º | 0.45% | 0.99% | - |
| XYZ | 41.21 | 33.12 | 97.15 | - |
| YUV | 158.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 253 | 0.38 | 0.45 | 0 | 0.01 | 249.56 | 0.97 | 0.77 |
| Hex | 9E | 8C | FD | 26 | 2D | 0 | 1 | FA | 61 | 4D |
| Octal | 236 | 214 | 375 | 46 | 55 | 0 | 1 | 372 | 141 | 115 |
| Binary | 10011110 | 10001100 | 11111101 | 100110 | 101101 | 0 | 1 | 11111010 | 1100001 | 1001101 |
Color Harmonies of #9E8CFD
Complementary color
Monochromatic Colors of #9E8CFD
Black with #9E8CFD
Text Example
Text Example
White with #9E8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CFD; }
p { color: rgb(158,140,253); }
H1.HeaderClassName
{
color: #9E8CFD;
}
.AnyTagClassName
{
color: #9E8CFD;
}
</style>
background-color css
<style>
a { background-color: #9E8CFD; }
a { background-color: rgb(158,140,253); }
div.DivClassName
{
background-color: #9E8CFD;
}
.BgClassName
{
background-color: #9E8CFD;
}
</style>
border-color css
<style>
span { border-color: #9E8CFD; }
span { border-color: rgb(158,140,253); }
td.TdClassName
{
border-color: #9E8CFD;
}
.TagClassName
{
border-color: #9E8CFD;
}
</style>