Shades of Light Slate Blue #9E86FE
Tints of Light Slate Blue #9E86FE
RGB
CMYK
RGB Variations
Color information
#9E86FE (or 0x9E86FE) is known color: Light Slate Blue. HEX triplet: 9E, 86 and FE. RGB value is (158,134,254). Sum of RGB (Red+Green+Blue) = 158+134+254=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E86FE is #617901. Grayscale: #9A9A9A. Windows color (decimal): -6387970 or 16680606. OLE color: 16680606.
HSL color Cylindrical-coordinate representation of color #9E86FE: hue angle of 252º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E86FE is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 134 | 254 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.00 |
| HSL | 252º | 0.98% | 0.76% | - |
| HSV(B) | 252º | 0.47% | 1% | - |
| XYZ | 40.52 | 31.48 | 97.71 | - |
| YUV | 154.86 | 183.95 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 254 | 0.38 | 0.47 | 0 | 0.00 | 252 | 0.98 | 0.76 |
| Hex | 9E | 86 | FE | 26 | 2F | 0 | 0 | FC | 62 | 4C |
| Octal | 236 | 206 | 376 | 46 | 57 | 0 | 0 | 374 | 142 | 114 |
| Binary | 10011110 | 10000110 | 11111110 | 100110 | 101111 | 0 | 0 | 11111100 | 1100010 | 1001100 |
Color Harmonies of #9E86FE
Complementary color
Monochromatic Colors of #9E86FE
Black with #9E86FE
Text Example
Text Example
White with #9E86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E86FE; }
p { color: rgb(158,134,254); }
H1.HeaderClassName
{
color: #9E86FE;
}
.AnyTagClassName
{
color: #9E86FE;
}
</style>
background-color css
<style>
a { background-color: #9E86FE; }
a { background-color: rgb(158,134,254); }
div.DivClassName
{
background-color: #9E86FE;
}
.BgClassName
{
background-color: #9E86FE;
}
</style>
border-color css
<style>
span { border-color: #9E86FE; }
span { border-color: rgb(158,134,254); }
td.TdClassName
{
border-color: #9E86FE;
}
.TagClassName
{
border-color: #9E86FE;
}
</style>