Shades of Medium Slate Blue #8070EC
Tints of Medium Slate Blue #8070EC
RGB
CMYK
RGB Variations
Color information
#8070EC (or 0x8070EC) is known color: Medium Slate Blue. HEX triplet: 80, 70 and EC. RGB value is (128,112,236). Sum of RGB (Red+Green+Blue) = 128+112+236=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #8070EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8070EC is #7F8F13. Grayscale: #828282. Windows color (decimal): -8359700 or 15495296. OLE color: 15495296.
HSL color Cylindrical-coordinate representation of color #8070EC: hue angle of 247.74º 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 #8070EC is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 112 | 236 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.07 |
| HSL | 247.74º | 0.77% | 0.68% | - |
| HSV(B) | 247.74º | 0.53% | 0.93% | - |
| XYZ | 29.84 | 22.23 | 82.08 | - |
| YUV | 130.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 236 | 0.46 | 0.53 | 0 | 0.07 | 247.74 | 0.77 | 0.68 |
| Hex | 80 | 70 | EC | 2E | 35 | 0 | 7 | F8 | 4D | 44 |
| Octal | 200 | 160 | 354 | 56 | 65 | 0 | 7 | 370 | 115 | 104 |
| Binary | 10000000 | 1110000 | 11101100 | 101110 | 110101 | 0 | 111 | 11111000 | 1001101 | 1000100 |
Color Harmonies of #8070EC
Complementary color
Monochromatic Colors of #8070EC
Black with #8070EC
Text Example
Text Example
White with #8070EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8070EC; }
p { color: rgb(128,112,236); }
H1.HeaderClassName
{
color: #8070EC;
}
.AnyTagClassName
{
color: #8070EC;
}
</style>
background-color css
<style>
a { background-color: #8070EC; }
a { background-color: rgb(128,112,236); }
div.DivClassName
{
background-color: #8070EC;
}
.BgClassName
{
background-color: #8070EC;
}
</style>
border-color css
<style>
span { border-color: #8070EC; }
span { border-color: rgb(128,112,236); }
td.TdClassName
{
border-color: #8070EC;
}
.TagClassName
{
border-color: #8070EC;
}
</style>