Shades of Light Slate Blue #9575FA
Tints of Light Slate Blue #9575FA
RGB
CMYK
RGB Variations
Color information
#9575FA (or 0x9575FA) is known color: Light Slate Blue. HEX triplet: 95, 75 and FA. RGB value is (149,117,250). Sum of RGB (Red+Green+Blue) = 149+117+250=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #9575FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575FA is #6A8A05. Grayscale: #8D8D8D. Windows color (decimal): -6982150 or 16414101. OLE color: 16414101.
HSL color Cylindrical-coordinate representation of color #9575FA: hue angle of 254.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9575FA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 117 | 250 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.02 |
| HSL | 254.44º | 0.93% | 0.72% | - |
| HSV(B) | 254.44º | 0.53% | 0.98% | - |
| XYZ | 36.01 | 26.01 | 93.57 | - |
| YUV | 141.73 | 189.1 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 250 | 0.40 | 0.53 | 0 | 0.02 | 254.44 | 0.93 | 0.72 |
| Hex | 95 | 75 | FA | 28 | 35 | 0 | 2 | FE | 5D | 48 |
| Octal | 225 | 165 | 372 | 50 | 65 | 0 | 2 | 376 | 135 | 110 |
| Binary | 10010101 | 1110101 | 11111010 | 101000 | 110101 | 0 | 10 | 11111110 | 1011101 | 1001000 |
Color Harmonies of #9575FA
Complementary color
Monochromatic Colors of #9575FA
Black with #9575FA
Text Example
Text Example
White with #9575FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575FA; }
p { color: rgb(149,117,250); }
H1.HeaderClassName
{
color: #9575FA;
}
.AnyTagClassName
{
color: #9575FA;
}
</style>
background-color css
<style>
a { background-color: #9575FA; }
a { background-color: rgb(149,117,250); }
div.DivClassName
{
background-color: #9575FA;
}
.BgClassName
{
background-color: #9575FA;
}
</style>
border-color css
<style>
span { border-color: #9575FA; }
span { border-color: rgb(149,117,250); }
td.TdClassName
{
border-color: #9575FA;
}
.TagClassName
{
border-color: #9575FA;
}
</style>