Shades of Medium Slate Blue #7073EC
Tints of Medium Slate Blue #7073EC
RGB
CMYK
RGB Variations
Color information
#7073EC (or 0x7073EC) is known color: Medium Slate Blue. HEX triplet: 70, 73 and EC. RGB value is (112,115,236). Sum of RGB (Red+Green+Blue) = 112+115+236=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #7073EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7073EC is #8F8C13. Grayscale: #7F7F7F. Windows color (decimal): -9407508 or 15496048. OLE color: 15496048.
HSL color Cylindrical-coordinate representation of color #7073EC: hue angle of 238.55º 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 #7073EC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 115 | 236 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.07 |
| HSL | 238.55º | 0.77% | 0.68% | - |
| HSV(B) | 238.55º | 0.53% | 0.93% | - |
| XYZ | 27.95 | 21.76 | 82.08 | - |
| YUV | 127.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 236 | 0.53 | 0.51 | 0 | 0.07 | 238.55 | 0.77 | 0.68 |
| Hex | 70 | 73 | EC | 35 | 33 | 0 | 7 | EF | 4D | 44 |
| Octal | 160 | 163 | 354 | 65 | 63 | 0 | 7 | 357 | 115 | 104 |
| Binary | 1110000 | 1110011 | 11101100 | 110101 | 110011 | 0 | 111 | 11101111 | 1001101 | 1000100 |
Color Harmonies of #7073EC
Complementary color
Monochromatic Colors of #7073EC
Black with #7073EC
Text Example
Text Example
White with #7073EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7073EC; }
p { color: rgb(112,115,236); }
H1.HeaderClassName
{
color: #7073EC;
}
.AnyTagClassName
{
color: #7073EC;
}
</style>
background-color css
<style>
a { background-color: #7073EC; }
a { background-color: rgb(112,115,236); }
div.DivClassName
{
background-color: #7073EC;
}
.BgClassName
{
background-color: #7073EC;
}
</style>
border-color css
<style>
span { border-color: #7073EC; }
span { border-color: rgb(112,115,236); }
td.TdClassName
{
border-color: #7073EC;
}
.TagClassName
{
border-color: #7073EC;
}
</style>