Shades of Light Slate Blue #9578F7
Tints of Light Slate Blue #9578F7
RGB
CMYK
RGB Variations
Color information
#9578F7 (or 0x9578F7) is known color: Light Slate Blue. HEX triplet: 95, 78 and F7. RGB value is (149,120,247). Sum of RGB (Red+Green+Blue) = 149+120+247=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #9578F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9578F7 is #6A8708. Grayscale: #8E8E8E. Windows color (decimal): -6981385 or 16218261. OLE color: 16218261.
HSL color Cylindrical-coordinate representation of color #9578F7: hue angle of 253.7º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9578F7 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 120 | 247 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.03 |
| HSL | 253.7º | 0.89% | 0.72% | - |
| HSV(B) | 253.7º | 0.51% | 0.97% | - |
| XYZ | 35.9 | 26.54 | 91.23 | - |
| YUV | 143.15 | 186.61 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 247 | 0.40 | 0.51 | 0 | 0.03 | 253.7 | 0.89 | 0.72 |
| Hex | 95 | 78 | F7 | 28 | 33 | 0 | 3 | FE | 59 | 48 |
| Octal | 225 | 170 | 367 | 50 | 63 | 0 | 3 | 376 | 131 | 110 |
| Binary | 10010101 | 1111000 | 11110111 | 101000 | 110011 | 0 | 11 | 11111110 | 1011001 | 1001000 |
Color Harmonies of #9578F7
Complementary color
Monochromatic Colors of #9578F7
Black with #9578F7
Text Example
Text Example
White with #9578F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9578F7; }
p { color: rgb(149,120,247); }
H1.HeaderClassName
{
color: #9578F7;
}
.AnyTagClassName
{
color: #9578F7;
}
</style>
background-color css
<style>
a { background-color: #9578F7; }
a { background-color: rgb(149,120,247); }
div.DivClassName
{
background-color: #9578F7;
}
.BgClassName
{
background-color: #9578F7;
}
</style>
border-color css
<style>
span { border-color: #9578F7; }
span { border-color: rgb(149,120,247); }
td.TdClassName
{
border-color: #9578F7;
}
.TagClassName
{
border-color: #9578F7;
}
</style>