Shades of Light Slate Blue #9575FF
Tints of Light Slate Blue #9575FF
RGB
CMYK
RGB Variations
Color information
#9575FF (or 0x9575FF) is known color: Light Slate Blue. HEX triplet: 95, 75 and FF. RGB value is (149,117,255). Sum of RGB (Red+Green+Blue) = 149+117+255=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9575FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575FF is #6A8A00. Grayscale: #8D8D8D. Windows color (decimal): -6982145 or 16741781. OLE color: 16741781.
HSL color Cylindrical-coordinate representation of color #9575FF: hue angle of 253.91º 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 #9575FF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 117 | 255 | - |
| CMYK | 0.42 | 0.54 | 0 | 0 |
| HSL | 253.91º | 1% | 0.73% | - |
| HSV(B) | 253.91º | 0.54% | 1% | - |
| XYZ | 36.81 | 26.33 | 97.75 | - |
| YUV | 142.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 255 | 0.42 | 0.54 | 0 | 0 | 253.91 | 1 | 0.73 |
| Hex | 95 | 75 | FF | 2A | 36 | 0 | 0 | FE | 64 | 49 |
| Octal | 225 | 165 | 377 | 52 | 66 | 0 | 0 | 376 | 144 | 111 |
| Binary | 10010101 | 1110101 | 11111111 | 101010 | 110110 | 0 | 0 | 11111110 | 1100100 | 1001001 |
Color Harmonies of #9575FF
Complementary color
Monochromatic Colors of #9575FF
Black with #9575FF
Text Example
Text Example
White with #9575FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575FF; }
p { color: rgb(149,117,255); }
H1.HeaderClassName
{
color: #9575FF;
}
.AnyTagClassName
{
color: #9575FF;
}
</style>
background-color css
<style>
a { background-color: #9575FF; }
a { background-color: rgb(149,117,255); }
div.DivClassName
{
background-color: #9575FF;
}
.BgClassName
{
background-color: #9575FF;
}
</style>
border-color css
<style>
span { border-color: #9575FF; }
span { border-color: rgb(149,117,255); }
td.TdClassName
{
border-color: #9575FF;
}
.TagClassName
{
border-color: #9575FF;
}
</style>