Shades of Light Slate Blue #9588FF
Tints of Light Slate Blue #9588FF
RGB
CMYK
RGB Variations
Color information
#9588FF (or 0x9588FF) is known color: Light Slate Blue. HEX triplet: 95, 88 and FF. RGB value is (149,136,255). Sum of RGB (Red+Green+Blue) = 149+136+255=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #9588FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588FF is #6A7700. Grayscale: #989898. Windows color (decimal): -6977281 or 16746645. OLE color: 16746645.
HSL color Cylindrical-coordinate representation of color #9588FF: hue angle of 246.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9588FF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 136 | 255 | - |
| CMYK | 0.42 | 0.47 | 0 | 0 |
| HSL | 246.55º | 1% | 0.77% | - |
| HSV(B) | 246.55º | 0.47% | 1% | - |
| XYZ | 39.25 | 31.22 | 98.56 | - |
| YUV | 153.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 255 | 0.42 | 0.47 | 0 | 0 | 246.55 | 1 | 0.77 |
| Hex | 95 | 88 | FF | 2A | 2F | 0 | 0 | F7 | 64 | 4D |
| Octal | 225 | 210 | 377 | 52 | 57 | 0 | 0 | 367 | 144 | 115 |
| Binary | 10010101 | 10001000 | 11111111 | 101010 | 101111 | 0 | 0 | 11110111 | 1100100 | 1001101 |
Color Harmonies of #9588FF
Complementary color
Monochromatic Colors of #9588FF
Black with #9588FF
Text Example
Text Example
White with #9588FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588FF; }
p { color: rgb(149,136,255); }
H1.HeaderClassName
{
color: #9588FF;
}
.AnyTagClassName
{
color: #9588FF;
}
</style>
background-color css
<style>
a { background-color: #9588FF; }
a { background-color: rgb(149,136,255); }
div.DivClassName
{
background-color: #9588FF;
}
.BgClassName
{
background-color: #9588FF;
}
</style>
border-color css
<style>
span { border-color: #9588FF; }
span { border-color: rgb(149,136,255); }
td.TdClassName
{
border-color: #9588FF;
}
.TagClassName
{
border-color: #9588FF;
}
</style>