Shades of Medium Slate Blue #8570EC
Tints of Medium Slate Blue #8570EC
RGB
CMYK
RGB Variations
Color information
#8570EC (or 0x8570EC) is known color: Medium Slate Blue. HEX triplet: 85, 70 and EC. RGB value is (133,112,236). Sum of RGB (Red+Green+Blue) = 133+112+236=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8570EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8570EC is #7A8F13. Grayscale: #838383. Windows color (decimal): -8032020 or 15495301. OLE color: 15495301.
HSL color Cylindrical-coordinate representation of color #8570EC: hue angle of 250.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8570EC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 112 | 236 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.07 |
| HSL | 250.16º | 0.77% | 0.68% | - |
| HSV(B) | 250.16º | 0.53% | 0.93% | - |
| XYZ | 30.61 | 22.63 | 82.11 | - |
| YUV | 132.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 236 | 0.44 | 0.53 | 0 | 0.07 | 250.16 | 0.77 | 0.68 |
| Hex | 85 | 70 | EC | 2C | 35 | 0 | 7 | FA | 4D | 44 |
| Octal | 205 | 160 | 354 | 54 | 65 | 0 | 7 | 372 | 115 | 104 |
| Binary | 10000101 | 1110000 | 11101100 | 101100 | 110101 | 0 | 111 | 11111010 | 1001101 | 1000100 |
Color Harmonies of #8570EC
Complementary color
Monochromatic Colors of #8570EC
Black with #8570EC
Text Example
Text Example
White with #8570EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570EC; }
p { color: rgb(133,112,236); }
H1.HeaderClassName
{
color: #8570EC;
}
.AnyTagClassName
{
color: #8570EC;
}
</style>
background-color css
<style>
a { background-color: #8570EC; }
a { background-color: rgb(133,112,236); }
div.DivClassName
{
background-color: #8570EC;
}
.BgClassName
{
background-color: #8570EC;
}
</style>
border-color css
<style>
span { border-color: #8570EC; }
span { border-color: rgb(133,112,236); }
td.TdClassName
{
border-color: #8570EC;
}
.TagClassName
{
border-color: #8570EC;
}
</style>