Shades of Light Slate Blue #9586F6
Tints of Light Slate Blue #9586F6
RGB
CMYK
RGB Variations
Color information
#9586F6 (or 0x9586F6) is known color: Light Slate Blue. HEX triplet: 95, 86 and F6. RGB value is (149,134,246). Sum of RGB (Red+Green+Blue) = 149+134+246=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #9586F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9586F6 is #6A7909. Grayscale: #969696. Windows color (decimal): -6977802 or 16156309. OLE color: 16156309.
HSL color Cylindrical-coordinate representation of color #9586F6: hue angle of 248.04º 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 #9586F6 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 134 | 246 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.04 |
| HSL | 248.04º | 0.86% | 0.75% | - |
| HSV(B) | 248.04º | 0.46% | 0.96% | - |
| XYZ | 37.55 | 30.09 | 91.02 | - |
| YUV | 151.25 | 181.47 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 246 | 0.39 | 0.46 | 0 | 0.04 | 248.04 | 0.86 | 0.75 |
| Hex | 95 | 86 | F6 | 27 | 2E | 0 | 4 | F8 | 56 | 4B |
| Octal | 225 | 206 | 366 | 47 | 56 | 0 | 4 | 370 | 126 | 113 |
| Binary | 10010101 | 10000110 | 11110110 | 100111 | 101110 | 0 | 100 | 11111000 | 1010110 | 1001011 |
Color Harmonies of #9586F6
Complementary color
Monochromatic Colors of #9586F6
Black with #9586F6
Text Example
Text Example
White with #9586F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9586F6; }
p { color: rgb(149,134,246); }
H1.HeaderClassName
{
color: #9586F6;
}
.AnyTagClassName
{
color: #9586F6;
}
</style>
background-color css
<style>
a { background-color: #9586F6; }
a { background-color: rgb(149,134,246); }
div.DivClassName
{
background-color: #9586F6;
}
.BgClassName
{
background-color: #9586F6;
}
</style>
border-color css
<style>
span { border-color: #9586F6; }
span { border-color: rgb(149,134,246); }
td.TdClassName
{
border-color: #9586F6;
}
.TagClassName
{
border-color: #9586F6;
}
</style>