Shades of Light Slate Blue #9F86FF
Tints of Light Slate Blue #9F86FF
RGB
CMYK
RGB Variations
Color information
#9F86FF (or 0x9F86FF) is known color: Light Slate Blue. HEX triplet: 9F, 86 and FF. RGB value is (159,134,255). Sum of RGB (Red+Green+Blue) = 159+134+255=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F86FF is #607900. Grayscale: #9A9A9A. Windows color (decimal): -6322433 or 16746143. OLE color: 16746143.
HSL color Cylindrical-coordinate representation of color #9F86FF: hue angle of 252.4º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F86FF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 134 | 255 | - |
| CMYK | 0.38 | 0.47 | 0 | 0 |
| HSL | 252.4º | 1% | 0.76% | - |
| HSV(B) | 252.4º | 0.47% | 1% | - |
| XYZ | 40.87 | 31.64 | 98.56 | - |
| YUV | 155.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 255 | 0.38 | 0.47 | 0 | 0 | 252.4 | 1 | 0.76 |
| Hex | 9F | 86 | FF | 26 | 2F | 0 | 0 | FC | 64 | 4C |
| Octal | 237 | 206 | 377 | 46 | 57 | 0 | 0 | 374 | 144 | 114 |
| Binary | 10011111 | 10000110 | 11111111 | 100110 | 101111 | 0 | 0 | 11111100 | 1100100 | 1001100 |
Color Harmonies of #9F86FF
Complementary color
Monochromatic Colors of #9F86FF
Black with #9F86FF
Text Example
Text Example
White with #9F86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86FF; }
p { color: rgb(159,134,255); }
H1.HeaderClassName
{
color: #9F86FF;
}
.AnyTagClassName
{
color: #9F86FF;
}
</style>
background-color css
<style>
a { background-color: #9F86FF; }
a { background-color: rgb(159,134,255); }
div.DivClassName
{
background-color: #9F86FF;
}
.BgClassName
{
background-color: #9F86FF;
}
</style>
border-color css
<style>
span { border-color: #9F86FF; }
span { border-color: rgb(159,134,255); }
td.TdClassName
{
border-color: #9F86FF;
}
.TagClassName
{
border-color: #9F86FF;
}
</style>