Shades of Light Slate Blue #9586FF
Tints of Light Slate Blue #9586FF
RGB
CMYK
RGB Variations
Color information
#9586FF (or 0x9586FF) is known color: Light Slate Blue. HEX triplet: 95, 86 and FF. RGB value is (149,134,255). Sum of RGB (Red+Green+Blue) = 149+134+255=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9586FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9586FF is #6A7900. Grayscale: #979797. Windows color (decimal): -6977793 or 16746133. OLE color: 16746133.
HSL color Cylindrical-coordinate representation of color #9586FF: hue angle of 247.44º 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 #9586FF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 134 | 255 | - |
| CMYK | 0.42 | 0.47 | 0 | 0 |
| HSL | 247.44º | 1% | 0.76% | - |
| HSV(B) | 247.44º | 0.47% | 1% | - |
| XYZ | 38.97 | 30.66 | 98.47 | - |
| YUV | 152.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 255 | 0.42 | 0.47 | 0 | 0 | 247.44 | 1 | 0.76 |
| Hex | 95 | 86 | FF | 2A | 2F | 0 | 0 | F7 | 64 | 4C |
| Octal | 225 | 206 | 377 | 52 | 57 | 0 | 0 | 367 | 144 | 114 |
| Binary | 10010101 | 10000110 | 11111111 | 101010 | 101111 | 0 | 0 | 11110111 | 1100100 | 1001100 |
Color Harmonies of #9586FF
Complementary color
Monochromatic Colors of #9586FF
Black with #9586FF
Text Example
Text Example
White with #9586FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9586FF; }
p { color: rgb(149,134,255); }
H1.HeaderClassName
{
color: #9586FF;
}
.AnyTagClassName
{
color: #9586FF;
}
</style>
background-color css
<style>
a { background-color: #9586FF; }
a { background-color: rgb(149,134,255); }
div.DivClassName
{
background-color: #9586FF;
}
.BgClassName
{
background-color: #9586FF;
}
</style>
border-color css
<style>
span { border-color: #9586FF; }
span { border-color: rgb(149,134,255); }
td.TdClassName
{
border-color: #9586FF;
}
.TagClassName
{
border-color: #9586FF;
}
</style>