Shades of Medium Slate Blue #7056EC
Tints of Medium Slate Blue #7056EC
RGB
CMYK
RGB Variations
Color information
#7056EC (or 0x7056EC) is known color: Medium Slate Blue. HEX triplet: 70, 56 and EC. RGB value is (112,86,236). Sum of RGB (Red+Green+Blue) = 112+86+236=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #7056EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7056EC is #8FA913. Grayscale: #6E6E6E. Windows color (decimal): -9414932 or 15488624. OLE color: 15488624.
HSL color Cylindrical-coordinate representation of color #7056EC: hue angle of 250.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7056EC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 86 | 236 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.07 |
| HSL | 250.4º | 0.8% | 0.63% | - |
| HSV(B) | 250.4º | 0.64% | 0.93% | - |
| XYZ | 25.15 | 16.16 | 81.15 | - |
| YUV | 110.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 236 | 0.53 | 0.64 | 0 | 0.07 | 250.4 | 0.8 | 0.63 |
| Hex | 70 | 56 | EC | 35 | 40 | 0 | 7 | FA | 50 | 3F |
| Octal | 160 | 126 | 354 | 65 | 100 | 0 | 7 | 372 | 120 | 77 |
| Binary | 1110000 | 1010110 | 11101100 | 110101 | 1000000 | 0 | 111 | 11111010 | 1010000 | 111111 |
Color Harmonies of #7056EC
Complementary color
Monochromatic Colors of #7056EC
Black with #7056EC
Text Example
Text Example
White with #7056EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7056EC; }
p { color: rgb(112,86,236); }
H1.HeaderClassName
{
color: #7056EC;
}
.AnyTagClassName
{
color: #7056EC;
}
</style>
background-color css
<style>
a { background-color: #7056EC; }
a { background-color: rgb(112,86,236); }
div.DivClassName
{
background-color: #7056EC;
}
.BgClassName
{
background-color: #7056EC;
}
</style>
border-color css
<style>
span { border-color: #7056EC; }
span { border-color: rgb(112,86,236); }
td.TdClassName
{
border-color: #7056EC;
}
.TagClassName
{
border-color: #7056EC;
}
</style>