Shades of Light Slate Blue #8576F2
Tints of Light Slate Blue #8576F2
RGB
CMYK
RGB Variations
Color information
#8576F2 (or 0x8576F2) is known color: Light Slate Blue. HEX triplet: 85, 76 and F2. RGB value is (133,118,242). Sum of RGB (Red+Green+Blue) = 133+118+242=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #8576F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8576F2 is #7A890D. Grayscale: #888888. Windows color (decimal): -8030478 or 15890053. OLE color: 15890053.
HSL color Cylindrical-coordinate representation of color #8576F2: hue angle of 247.26º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8576F2 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 118 | 242 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.05 |
| HSL | 247.26º | 0.83% | 0.71% | - |
| HSV(B) | 247.26º | 0.51% | 0.95% | - |
| XYZ | 32.18 | 24.35 | 87.01 | - |
| YUV | 136.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 242 | 0.45 | 0.51 | 0 | 0.05 | 247.26 | 0.83 | 0.71 |
| Hex | 85 | 76 | F2 | 2D | 33 | 0 | 5 | F7 | 53 | 47 |
| Octal | 205 | 166 | 362 | 55 | 63 | 0 | 5 | 367 | 123 | 107 |
| Binary | 10000101 | 1110110 | 11110010 | 101101 | 110011 | 0 | 101 | 11110111 | 1010011 | 1000111 |
Color Harmonies of #8576F2
Complementary color
Monochromatic Colors of #8576F2
Black with #8576F2
Text Example
Text Example
White with #8576F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8576F2; }
p { color: rgb(133,118,242); }
H1.HeaderClassName
{
color: #8576F2;
}
.AnyTagClassName
{
color: #8576F2;
}
</style>
background-color css
<style>
a { background-color: #8576F2; }
a { background-color: rgb(133,118,242); }
div.DivClassName
{
background-color: #8576F2;
}
.BgClassName
{
background-color: #8576F2;
}
</style>
border-color css
<style>
span { border-color: #8576F2; }
span { border-color: rgb(133,118,242); }
td.TdClassName
{
border-color: #8576F2;
}
.TagClassName
{
border-color: #8576F2;
}
</style>