Shades of Medium Slate Blue #7044EC
Tints of Medium Slate Blue #7044EC
RGB
CMYK
RGB Variations
Color information
#7044EC (or 0x7044EC) is known color: Medium Slate Blue. HEX triplet: 70, 44 and EC. RGB value is (112,68,236). Sum of RGB (Red+Green+Blue) = 112+68+236=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #7044EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7044EC is #8FBB13. Grayscale: #636363. Windows color (decimal): -9419540 or 15484016. OLE color: 15484016.
HSL color Cylindrical-coordinate representation of color #7044EC: hue angle of 255.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7044EC is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 68 | 236 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.07 |
| HSL | 255.71º | 0.82% | 0.6% | - |
| HSV(B) | 255.71º | 0.71% | 0.93% | - |
| XYZ | 23.89 | 13.64 | 80.73 | - |
| YUV | 100.31 | 204.58 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 236 | 0.53 | 0.71 | 0 | 0.07 | 255.71 | 0.82 | 0.6 |
| Hex | 70 | 44 | EC | 35 | 47 | 0 | 7 | 100 | 52 | 3C |
| Octal | 160 | 104 | 354 | 65 | 107 | 0 | 7 | 400 | 122 | 74 |
| Binary | 1110000 | 1000100 | 11101100 | 110101 | 1000111 | 0 | 111 | 100000000 | 1010010 | 111100 |
Color Harmonies of #7044EC
Complementary color
Monochromatic Colors of #7044EC
Black with #7044EC
Text Example
Text Example
White with #7044EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7044EC; }
p { color: rgb(112,68,236); }
H1.HeaderClassName
{
color: #7044EC;
}
.AnyTagClassName
{
color: #7044EC;
}
</style>
background-color css
<style>
a { background-color: #7044EC; }
a { background-color: rgb(112,68,236); }
div.DivClassName
{
background-color: #7044EC;
}
.BgClassName
{
background-color: #7044EC;
}
</style>
border-color css
<style>
span { border-color: #7044EC; }
span { border-color: rgb(112,68,236); }
td.TdClassName
{
border-color: #7044EC;
}
.TagClassName
{
border-color: #7044EC;
}
</style>