Shades of Medium Slate Blue #8570EA
Tints of Medium Slate Blue #8570EA
RGB
CMYK
RGB Variations
Color information
#8570EA (or 0x8570EA) is known color: Medium Slate Blue. HEX triplet: 85, 70 and EA. RGB value is (133,112,234). Sum of RGB (Red+Green+Blue) = 133+112+234=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #8570EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8570EA is #7A8F15. Grayscale: #838383. Windows color (decimal): -8032022 or 15364229. OLE color: 15364229.
HSL color Cylindrical-coordinate representation of color #8570EA: hue angle of 250.33º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8570EA is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 112 | 234 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.08 |
| HSL | 250.33º | 0.74% | 0.68% | - |
| HSV(B) | 250.33º | 0.52% | 0.92% | - |
| XYZ | 30.32 | 22.52 | 80.59 | - |
| YUV | 132.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 234 | 0.43 | 0.52 | 0 | 0.08 | 250.33 | 0.74 | 0.68 |
| Hex | 85 | 70 | EA | 2B | 34 | 0 | 8 | FA | 4A | 44 |
| Octal | 205 | 160 | 352 | 53 | 64 | 0 | 10 | 372 | 112 | 104 |
| Binary | 10000101 | 1110000 | 11101010 | 101011 | 110100 | 0 | 1000 | 11111010 | 1001010 | 1000100 |
Color Harmonies of #8570EA
Complementary color
Monochromatic Colors of #8570EA
Black with #8570EA
Text Example
Text Example
White with #8570EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570EA; }
p { color: rgb(133,112,234); }
H1.HeaderClassName
{
color: #8570EA;
}
.AnyTagClassName
{
color: #8570EA;
}
</style>
background-color css
<style>
a { background-color: #8570EA; }
a { background-color: rgb(133,112,234); }
div.DivClassName
{
background-color: #8570EA;
}
.BgClassName
{
background-color: #8570EA;
}
</style>
border-color css
<style>
span { border-color: #8570EA; }
span { border-color: rgb(133,112,234); }
td.TdClassName
{
border-color: #8570EA;
}
.TagClassName
{
border-color: #8570EA;
}
</style>