Shades of Light Slate Blue #9577FA
Tints of Light Slate Blue #9577FA
RGB
CMYK
RGB Variations
Color information
#9577FA (or 0x9577FA) is known color: Light Slate Blue. HEX triplet: 95, 77 and FA. RGB value is (149,119,250). Sum of RGB (Red+Green+Blue) = 149+119+250=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #9577FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9577FA is #6A8805. Grayscale: #8E8E8E. Windows color (decimal): -6981638 or 16414613. OLE color: 16414613.
HSL color Cylindrical-coordinate representation of color #9577FA: hue angle of 253.74º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9577FA is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 119 | 250 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.02 |
| HSL | 253.74º | 0.93% | 0.72% | - |
| HSV(B) | 253.74º | 0.52% | 0.98% | - |
| XYZ | 36.25 | 26.49 | 93.64 | - |
| YUV | 142.9 | 188.44 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 250 | 0.40 | 0.52 | 0 | 0.02 | 253.74 | 0.93 | 0.72 |
| Hex | 95 | 77 | FA | 28 | 34 | 0 | 2 | FE | 5D | 48 |
| Octal | 225 | 167 | 372 | 50 | 64 | 0 | 2 | 376 | 135 | 110 |
| Binary | 10010101 | 1110111 | 11111010 | 101000 | 110100 | 0 | 10 | 11111110 | 1011101 | 1001000 |
Color Harmonies of #9577FA
Complementary color
Monochromatic Colors of #9577FA
Black with #9577FA
Text Example
Text Example
White with #9577FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9577FA; }
p { color: rgb(149,119,250); }
H1.HeaderClassName
{
color: #9577FA;
}
.AnyTagClassName
{
color: #9577FA;
}
</style>
background-color css
<style>
a { background-color: #9577FA; }
a { background-color: rgb(149,119,250); }
div.DivClassName
{
background-color: #9577FA;
}
.BgClassName
{
background-color: #9577FA;
}
</style>
border-color css
<style>
span { border-color: #9577FA; }
span { border-color: rgb(149,119,250); }
td.TdClassName
{
border-color: #9577FA;
}
.TagClassName
{
border-color: #9577FA;
}
</style>