Shades of Light Slate Blue #9576FF
Tints of Light Slate Blue #9576FF
RGB
CMYK
RGB Variations
Color information
#9576FF (or 0x9576FF) is known color: Light Slate Blue. HEX triplet: 95, 76 and FF. RGB value is (149,118,255). Sum of RGB (Red+Green+Blue) = 149+118+255=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9576FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9576FF is #6A8900. Grayscale: #8E8E8E. Windows color (decimal): -6981889 or 16742037. OLE color: 16742037.
HSL color Cylindrical-coordinate representation of color #9576FF: hue angle of 253.58º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9576FF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 118 | 255 | - |
| CMYK | 0.42 | 0.54 | 0 | 0 |
| HSL | 253.58º | 1% | 0.73% | - |
| HSV(B) | 253.58º | 0.54% | 1% | - |
| XYZ | 36.92 | 26.57 | 97.79 | - |
| YUV | 142.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 255 | 0.42 | 0.54 | 0 | 0 | 253.58 | 1 | 0.73 |
| Hex | 95 | 76 | FF | 2A | 36 | 0 | 0 | FE | 64 | 49 |
| Octal | 225 | 166 | 377 | 52 | 66 | 0 | 0 | 376 | 144 | 111 |
| Binary | 10010101 | 1110110 | 11111111 | 101010 | 110110 | 0 | 0 | 11111110 | 1100100 | 1001001 |
Color Harmonies of #9576FF
Complementary color
Monochromatic Colors of #9576FF
Black with #9576FF
Text Example
Text Example
White with #9576FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9576FF; }
p { color: rgb(149,118,255); }
H1.HeaderClassName
{
color: #9576FF;
}
.AnyTagClassName
{
color: #9576FF;
}
</style>
background-color css
<style>
a { background-color: #9576FF; }
a { background-color: rgb(149,118,255); }
div.DivClassName
{
background-color: #9576FF;
}
.BgClassName
{
background-color: #9576FF;
}
</style>
border-color css
<style>
span { border-color: #9576FF; }
span { border-color: rgb(149,118,255); }
td.TdClassName
{
border-color: #9576FF;
}
.TagClassName
{
border-color: #9576FF;
}
</style>