Shades of Medium Slate Blue #7062EC
Tints of Medium Slate Blue #7062EC
RGB
CMYK
RGB Variations
Color information
#7062EC (or 0x7062EC) is known color: Medium Slate Blue. HEX triplet: 70, 62 and EC. RGB value is (112,98,236). Sum of RGB (Red+Green+Blue) = 112+98+236=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #7062EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7062EC is #8F9D13. Grayscale: #757575. Windows color (decimal): -9411860 or 15491696. OLE color: 15491696.
HSL color Cylindrical-coordinate representation of color #7062EC: hue angle of 246.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7062EC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 98 | 236 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.07 |
| HSL | 246.09º | 0.78% | 0.65% | - |
| HSV(B) | 246.09º | 0.58% | 0.93% | - |
| XYZ | 26.19 | 18.24 | 81.5 | - |
| YUV | 117.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 236 | 0.53 | 0.58 | 0 | 0.07 | 246.09 | 0.78 | 0.65 |
| Hex | 70 | 62 | EC | 35 | 3A | 0 | 7 | F6 | 4E | 41 |
| Octal | 160 | 142 | 354 | 65 | 72 | 0 | 7 | 366 | 116 | 101 |
| Binary | 1110000 | 1100010 | 11101100 | 110101 | 111010 | 0 | 111 | 11110110 | 1001110 | 1000001 |
Color Harmonies of #7062EC
Complementary color
Monochromatic Colors of #7062EC
Black with #7062EC
Text Example
Text Example
White with #7062EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062EC; }
p { color: rgb(112,98,236); }
H1.HeaderClassName
{
color: #7062EC;
}
.AnyTagClassName
{
color: #7062EC;
}
</style>
background-color css
<style>
a { background-color: #7062EC; }
a { background-color: rgb(112,98,236); }
div.DivClassName
{
background-color: #7062EC;
}
.BgClassName
{
background-color: #7062EC;
}
</style>
border-color css
<style>
span { border-color: #7062EC; }
span { border-color: rgb(112,98,236); }
td.TdClassName
{
border-color: #7062EC;
}
.TagClassName
{
border-color: #7062EC;
}
</style>