Shades of Light Slate Blue #9579F4
Tints of Light Slate Blue #9579F4
RGB
CMYK
RGB Variations
Color information
#9579F4 (or 0x9579F4) is known color: Light Slate Blue. HEX triplet: 95, 79 and F4. RGB value is (149,121,244). Sum of RGB (Red+Green+Blue) = 149+121+244=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #9579F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9579F4 is #6A860B. Grayscale: #8E8E8E. Windows color (decimal): -6981132 or 16021909. OLE color: 16021909.
HSL color Cylindrical-coordinate representation of color #9579F4: hue angle of 253.66º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9579F4 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 121 | 244 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.04 |
| HSL | 253.66º | 0.85% | 0.72% | - |
| HSV(B) | 253.66º | 0.5% | 0.96% | - |
| XYZ | 35.56 | 26.6 | 88.85 | - |
| YUV | 143.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 244 | 0.39 | 0.50 | 0 | 0.04 | 253.66 | 0.85 | 0.72 |
| Hex | 95 | 79 | F4 | 27 | 32 | 0 | 4 | FE | 55 | 48 |
| Octal | 225 | 171 | 364 | 47 | 62 | 0 | 4 | 376 | 125 | 110 |
| Binary | 10010101 | 1111001 | 11110100 | 100111 | 110010 | 0 | 100 | 11111110 | 1010101 | 1001000 |
Color Harmonies of #9579F4
Complementary color
Monochromatic Colors of #9579F4
Black with #9579F4
Text Example
Text Example
White with #9579F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9579F4; }
p { color: rgb(149,121,244); }
H1.HeaderClassName
{
color: #9579F4;
}
.AnyTagClassName
{
color: #9579F4;
}
</style>
background-color css
<style>
a { background-color: #9579F4; }
a { background-color: rgb(149,121,244); }
div.DivClassName
{
background-color: #9579F4;
}
.BgClassName
{
background-color: #9579F4;
}
</style>
border-color css
<style>
span { border-color: #9579F4; }
span { border-color: rgb(149,121,244); }
td.TdClassName
{
border-color: #9579F4;
}
.TagClassName
{
border-color: #9579F4;
}
</style>