Shades of Light Slate Blue #8578F2
Tints of Light Slate Blue #8578F2
RGB
CMYK
RGB Variations
Color information
#8578F2 (or 0x8578F2) is known color: Light Slate Blue. HEX triplet: 85, 78 and F2. RGB value is (133,120,242). Sum of RGB (Red+Green+Blue) = 133+120+242=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #8578F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8578F2 is #7A870D. Grayscale: #898989. Windows color (decimal): -8029966 or 15890565. OLE color: 15890565.
HSL color Cylindrical-coordinate representation of color #8578F2: hue angle of 246.39º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8578F2 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 120 | 242 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.05 |
| HSL | 246.39º | 0.82% | 0.71% | - |
| HSV(B) | 246.39º | 0.5% | 0.95% | - |
| XYZ | 32.42 | 24.83 | 87.09 | - |
| YUV | 137.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 242 | 0.45 | 0.50 | 0 | 0.05 | 246.39 | 0.82 | 0.71 |
| Hex | 85 | 78 | F2 | 2D | 32 | 0 | 5 | F6 | 52 | 47 |
| Octal | 205 | 170 | 362 | 55 | 62 | 0 | 5 | 366 | 122 | 107 |
| Binary | 10000101 | 1111000 | 11110010 | 101101 | 110010 | 0 | 101 | 11110110 | 1010010 | 1000111 |
Color Harmonies of #8578F2
Complementary color
Monochromatic Colors of #8578F2
Black with #8578F2
Text Example
Text Example
White with #8578F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8578F2; }
p { color: rgb(133,120,242); }
H1.HeaderClassName
{
color: #8578F2;
}
.AnyTagClassName
{
color: #8578F2;
}
</style>
background-color css
<style>
a { background-color: #8578F2; }
a { background-color: rgb(133,120,242); }
div.DivClassName
{
background-color: #8578F2;
}
.BgClassName
{
background-color: #8578F2;
}
</style>
border-color css
<style>
span { border-color: #8578F2; }
span { border-color: rgb(133,120,242); }
td.TdClassName
{
border-color: #8578F2;
}
.TagClassName
{
border-color: #8578F2;
}
</style>