Shades of Medium Slate Blue #8570E2
Tints of Medium Slate Blue #8570E2
RGB
CMYK
RGB Variations
Color information
#8570E2 (or 0x8570E2) is known color: Medium Slate Blue. HEX triplet: 85, 70 and E2. RGB value is (133,112,226). Sum of RGB (Red+Green+Blue) = 133+112+226=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #8570E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570E2 is #7A8F1D. Grayscale: #828282. Windows color (decimal): -8032030 or 14839941. OLE color: 14839941.
HSL color Cylindrical-coordinate representation of color #8570E2: hue angle of 251.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8570E2 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 112 | 226 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.11 |
| HSL | 251.05º | 0.66% | 0.66% | - |
| HSV(B) | 251.05º | 0.5% | 0.89% | - |
| XYZ | 29.19 | 22.07 | 74.67 | - |
| YUV | 131.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 226 | 0.41 | 0.50 | 0 | 0.11 | 251.05 | 0.66 | 0.66 |
| Hex | 85 | 70 | E2 | 29 | 32 | 0 | B | FB | 42 | 42 |
| Octal | 205 | 160 | 342 | 51 | 62 | 0 | 13 | 373 | 102 | 102 |
| Binary | 10000101 | 1110000 | 11100010 | 101001 | 110010 | 0 | 1011 | 11111011 | 1000010 | 1000010 |
Color Harmonies of #8570E2
Complementary color
Monochromatic Colors of #8570E2
Black with #8570E2
Text Example
Text Example
White with #8570E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570E2; }
p { color: rgb(133,112,226); }
H1.HeaderClassName
{
color: #8570E2;
}
.AnyTagClassName
{
color: #8570E2;
}
</style>
background-color css
<style>
a { background-color: #8570E2; }
a { background-color: rgb(133,112,226); }
div.DivClassName
{
background-color: #8570E2;
}
.BgClassName
{
background-color: #8570E2;
}
</style>
border-color css
<style>
span { border-color: #8570E2; }
span { border-color: rgb(133,112,226); }
td.TdClassName
{
border-color: #8570E2;
}
.TagClassName
{
border-color: #8570E2;
}
</style>