Shades of Light Slate Blue #9E87F8
Tints of Light Slate Blue #9E87F8
RGB
CMYK
RGB Variations
Color information
#9E87F8 (or 0x9E87F8) is known color: Light Slate Blue. HEX triplet: 9E, 87 and F8. RGB value is (158,135,248). Sum of RGB (Red+Green+Blue) = 158+135+248=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E87F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E87F8 is #617807. Grayscale: #9A9A9A. Windows color (decimal): -6387720 or 16287646. OLE color: 16287646.
HSL color Cylindrical-coordinate representation of color #9E87F8: hue angle of 252.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E87F8 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 135 | 248 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.03 |
| HSL | 252.21º | 0.89% | 0.75% | - |
| HSV(B) | 252.21º | 0.46% | 0.97% | - |
| XYZ | 39.71 | 31.37 | 92.77 | - |
| YUV | 154.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 248 | 0.36 | 0.46 | 0 | 0.03 | 252.21 | 0.89 | 0.75 |
| Hex | 9E | 87 | F8 | 24 | 2E | 0 | 3 | FC | 59 | 4B |
| Octal | 236 | 207 | 370 | 44 | 56 | 0 | 3 | 374 | 131 | 113 |
| Binary | 10011110 | 10000111 | 11111000 | 100100 | 101110 | 0 | 11 | 11111100 | 1011001 | 1001011 |
Color Harmonies of #9E87F8
Complementary color
Monochromatic Colors of #9E87F8
Black with #9E87F8
Text Example
Text Example
White with #9E87F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87F8; }
p { color: rgb(158,135,248); }
H1.HeaderClassName
{
color: #9E87F8;
}
.AnyTagClassName
{
color: #9E87F8;
}
</style>
background-color css
<style>
a { background-color: #9E87F8; }
a { background-color: rgb(158,135,248); }
div.DivClassName
{
background-color: #9E87F8;
}
.BgClassName
{
background-color: #9E87F8;
}
</style>
border-color css
<style>
span { border-color: #9E87F8; }
span { border-color: rgb(158,135,248); }
td.TdClassName
{
border-color: #9E87F8;
}
.TagClassName
{
border-color: #9E87F8;
}
</style>