Shades of Light Slate Blue #9E87FA
Tints of Light Slate Blue #9E87FA
RGB
CMYK
RGB Variations
Color information
#9E87FA (or 0x9E87FA) is known color: Light Slate Blue. HEX triplet: 9E, 87 and FA. RGB value is (158,135,250). Sum of RGB (Red+Green+Blue) = 158+135+250=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E87FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E87FA is #617805. Grayscale: #9A9A9A. Windows color (decimal): -6387718 or 16418718. OLE color: 16418718.
HSL color Cylindrical-coordinate representation of color #9E87FA: hue angle of 252º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E87FA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 135 | 250 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.02 |
| HSL | 252º | 0.92% | 0.75% | - |
| HSV(B) | 252º | 0.46% | 0.98% | - |
| XYZ | 40.02 | 31.5 | 94.41 | - |
| YUV | 154.99 | 181.62 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 250 | 0.37 | 0.46 | 0 | 0.02 | 252 | 0.92 | 0.75 |
| Hex | 9E | 87 | FA | 25 | 2E | 0 | 2 | FC | 5C | 4B |
| Octal | 236 | 207 | 372 | 45 | 56 | 0 | 2 | 374 | 134 | 113 |
| Binary | 10011110 | 10000111 | 11111010 | 100101 | 101110 | 0 | 10 | 11111100 | 1011100 | 1001011 |
Color Harmonies of #9E87FA
Complementary color
Monochromatic Colors of #9E87FA
Black with #9E87FA
Text Example
Text Example
White with #9E87FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87FA; }
p { color: rgb(158,135,250); }
H1.HeaderClassName
{
color: #9E87FA;
}
.AnyTagClassName
{
color: #9E87FA;
}
</style>
background-color css
<style>
a { background-color: #9E87FA; }
a { background-color: rgb(158,135,250); }
div.DivClassName
{
background-color: #9E87FA;
}
.BgClassName
{
background-color: #9E87FA;
}
</style>
border-color css
<style>
span { border-color: #9E87FA; }
span { border-color: rgb(158,135,250); }
td.TdClassName
{
border-color: #9E87FA;
}
.TagClassName
{
border-color: #9E87FA;
}
</style>