Shades of Light Slate Blue #9E86F6
Tints of Light Slate Blue #9E86F6
RGB
CMYK
RGB Variations
Color information
#9E86F6 (or 0x9E86F6) is known color: Light Slate Blue. HEX triplet: 9E, 86 and F6. RGB value is (158,134,246). Sum of RGB (Red+Green+Blue) = 158+134+246=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E86F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E86F6 is #617909. Grayscale: #999999. Windows color (decimal): -6387978 or 16156318. OLE color: 16156318.
HSL color Cylindrical-coordinate representation of color #9E86F6: hue angle of 252.86º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E86F6 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 134 | 246 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.04 |
| HSL | 252.86º | 0.86% | 0.75% | - |
| HSV(B) | 252.86º | 0.46% | 0.96% | - |
| XYZ | 39.26 | 30.97 | 91.1 | - |
| YUV | 153.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 246 | 0.36 | 0.46 | 0 | 0.04 | 252.86 | 0.86 | 0.75 |
| Hex | 9E | 86 | F6 | 24 | 2E | 0 | 4 | FD | 56 | 4B |
| Octal | 236 | 206 | 366 | 44 | 56 | 0 | 4 | 375 | 126 | 113 |
| Binary | 10011110 | 10000110 | 11110110 | 100100 | 101110 | 0 | 100 | 11111101 | 1010110 | 1001011 |
Color Harmonies of #9E86F6
Complementary color
Monochromatic Colors of #9E86F6
Black with #9E86F6
Text Example
Text Example
White with #9E86F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E86F6; }
p { color: rgb(158,134,246); }
H1.HeaderClassName
{
color: #9E86F6;
}
.AnyTagClassName
{
color: #9E86F6;
}
</style>
background-color css
<style>
a { background-color: #9E86F6; }
a { background-color: rgb(158,134,246); }
div.DivClassName
{
background-color: #9E86F6;
}
.BgClassName
{
background-color: #9E86F6;
}
</style>
border-color css
<style>
span { border-color: #9E86F6; }
span { border-color: rgb(158,134,246); }
td.TdClassName
{
border-color: #9E86F6;
}
.TagClassName
{
border-color: #9E86F6;
}
</style>