Shades of Medium Slate Blue #7047EC
Tints of Medium Slate Blue #7047EC
RGB
CMYK
RGB Variations
Color information
#7047EC (or 0x7047EC) is known color: Medium Slate Blue. HEX triplet: 70, 47 and EC. RGB value is (112,71,236). Sum of RGB (Red+Green+Blue) = 112+71+236=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #7047EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047EC is #8FB813. Grayscale: #656565. Windows color (decimal): -9418772 or 15484784. OLE color: 15484784.
HSL color Cylindrical-coordinate representation of color #7047EC: hue angle of 254.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7047EC is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 71 | 236 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.07 |
| HSL | 254.91º | 0.81% | 0.6% | - |
| HSV(B) | 254.91º | 0.7% | 0.93% | - |
| XYZ | 24.08 | 14.01 | 80.79 | - |
| YUV | 102.07 | 203.58 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 236 | 0.53 | 0.70 | 0 | 0.07 | 254.91 | 0.81 | 0.6 |
| Hex | 70 | 47 | EC | 35 | 46 | 0 | 7 | FF | 51 | 3C |
| Octal | 160 | 107 | 354 | 65 | 106 | 0 | 7 | 377 | 121 | 74 |
| Binary | 1110000 | 1000111 | 11101100 | 110101 | 1000110 | 0 | 111 | 11111111 | 1010001 | 111100 |
Color Harmonies of #7047EC
Complementary color
Monochromatic Colors of #7047EC
Black with #7047EC
Text Example
Text Example
White with #7047EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7047EC; }
p { color: rgb(112,71,236); }
H1.HeaderClassName
{
color: #7047EC;
}
.AnyTagClassName
{
color: #7047EC;
}
</style>
background-color css
<style>
a { background-color: #7047EC; }
a { background-color: rgb(112,71,236); }
div.DivClassName
{
background-color: #7047EC;
}
.BgClassName
{
background-color: #7047EC;
}
</style>
border-color css
<style>
span { border-color: #7047EC; }
span { border-color: rgb(112,71,236); }
td.TdClassName
{
border-color: #7047EC;
}
.TagClassName
{
border-color: #7047EC;
}
</style>