Shades of Medium Slate Blue #7053EC
Tints of Medium Slate Blue #7053EC
RGB
CMYK
RGB Variations
Color information
#7053EC (or 0x7053EC) is known color: Medium Slate Blue. HEX triplet: 70, 53 and EC. RGB value is (112,83,236). Sum of RGB (Red+Green+Blue) = 112+83+236=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #7053EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7053EC is #8FAC13. Grayscale: #6C6C6C. Windows color (decimal): -9415700 or 15487856. OLE color: 15487856.
HSL color Cylindrical-coordinate representation of color #7053EC: hue angle of 251.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7053EC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 83 | 236 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.07 |
| HSL | 251.37º | 0.8% | 0.63% | - |
| HSV(B) | 251.37º | 0.65% | 0.93% | - |
| XYZ | 24.92 | 15.69 | 81.07 | - |
| YUV | 109.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 236 | 0.53 | 0.65 | 0 | 0.07 | 251.37 | 0.8 | 0.63 |
| Hex | 70 | 53 | EC | 35 | 41 | 0 | 7 | FB | 50 | 3F |
| Octal | 160 | 123 | 354 | 65 | 101 | 0 | 7 | 373 | 120 | 77 |
| Binary | 1110000 | 1010011 | 11101100 | 110101 | 1000001 | 0 | 111 | 11111011 | 1010000 | 111111 |
Color Harmonies of #7053EC
Complementary color
Monochromatic Colors of #7053EC
Black with #7053EC
Text Example
Text Example
White with #7053EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7053EC; }
p { color: rgb(112,83,236); }
H1.HeaderClassName
{
color: #7053EC;
}
.AnyTagClassName
{
color: #7053EC;
}
</style>
background-color css
<style>
a { background-color: #7053EC; }
a { background-color: rgb(112,83,236); }
div.DivClassName
{
background-color: #7053EC;
}
.BgClassName
{
background-color: #7053EC;
}
</style>
border-color css
<style>
span { border-color: #7053EC; }
span { border-color: rgb(112,83,236); }
td.TdClassName
{
border-color: #7053EC;
}
.TagClassName
{
border-color: #7053EC;
}
</style>