Shades of Light Slate Blue #9B86FF
Tints of Light Slate Blue #9B86FF
RGB
CMYK
RGB Variations
Color information
#9B86FF (or 0x9B86FF) is known color: Light Slate Blue. HEX triplet: 9B, 86 and FF. RGB value is (155,134,255). Sum of RGB (Red+Green+Blue) = 155+134+255=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B86FF is #647900. Grayscale: #999999. Windows color (decimal): -6584577 or 16746139. OLE color: 16746139.
HSL color Cylindrical-coordinate representation of color #9B86FF: hue angle of 250.41º 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 #9B86FF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 134 | 255 | - |
| CMYK | 0.39 | 0.47 | 0 | 0 |
| HSL | 250.41º | 1% | 0.76% | - |
| HSV(B) | 250.41º | 0.47% | 1% | - |
| XYZ | 40.09 | 31.24 | 98.52 | - |
| YUV | 154.07 | 184.96 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 255 | 0.39 | 0.47 | 0 | 0 | 250.41 | 1 | 0.76 |
| Hex | 9B | 86 | FF | 27 | 2F | 0 | 0 | FA | 64 | 4C |
| Octal | 233 | 206 | 377 | 47 | 57 | 0 | 0 | 372 | 144 | 114 |
| Binary | 10011011 | 10000110 | 11111111 | 100111 | 101111 | 0 | 0 | 11111010 | 1100100 | 1001100 |
Color Harmonies of #9B86FF
Complementary color
Monochromatic Colors of #9B86FF
Black with #9B86FF
Text Example
Text Example
White with #9B86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B86FF; }
p { color: rgb(155,134,255); }
H1.HeaderClassName
{
color: #9B86FF;
}
.AnyTagClassName
{
color: #9B86FF;
}
</style>
background-color css
<style>
a { background-color: #9B86FF; }
a { background-color: rgb(155,134,255); }
div.DivClassName
{
background-color: #9B86FF;
}
.BgClassName
{
background-color: #9B86FF;
}
</style>
border-color css
<style>
span { border-color: #9B86FF; }
span { border-color: rgb(155,134,255); }
td.TdClassName
{
border-color: #9B86FF;
}
.TagClassName
{
border-color: #9B86FF;
}
</style>