Shades of Medium Slate Blue #7045EC
Tints of Medium Slate Blue #7045EC
RGB
CMYK
RGB Variations
Color information
#7045EC (or 0x7045EC) is known color: Medium Slate Blue. HEX triplet: 70, 45 and EC. RGB value is (112,69,236). Sum of RGB (Red+Green+Blue) = 112+69+236=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #7045EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045EC is #8FBA13. Grayscale: #646464. Windows color (decimal): -9419284 or 15484272. OLE color: 15484272.
HSL color Cylindrical-coordinate representation of color #7045EC: hue angle of 255.45º degrees, saturation: 0.81, 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 #7045EC is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 69 | 236 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.07 |
| HSL | 255.45º | 0.81% | 0.6% | - |
| HSV(B) | 255.45º | 0.71% | 0.93% | - |
| XYZ | 23.95 | 13.76 | 80.75 | - |
| YUV | 100.9 | 204.25 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 236 | 0.53 | 0.71 | 0 | 0.07 | 255.45 | 0.81 | 0.6 |
| Hex | 70 | 45 | EC | 35 | 47 | 0 | 7 | FF | 51 | 3C |
| Octal | 160 | 105 | 354 | 65 | 107 | 0 | 7 | 377 | 121 | 74 |
| Binary | 1110000 | 1000101 | 11101100 | 110101 | 1000111 | 0 | 111 | 11111111 | 1010001 | 111100 |
Color Harmonies of #7045EC
Complementary color
Monochromatic Colors of #7045EC
Black with #7045EC
Text Example
Text Example
White with #7045EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045EC; }
p { color: rgb(112,69,236); }
H1.HeaderClassName
{
color: #7045EC;
}
.AnyTagClassName
{
color: #7045EC;
}
</style>
background-color css
<style>
a { background-color: #7045EC; }
a { background-color: rgb(112,69,236); }
div.DivClassName
{
background-color: #7045EC;
}
.BgClassName
{
background-color: #7045EC;
}
</style>
border-color css
<style>
span { border-color: #7045EC; }
span { border-color: rgb(112,69,236); }
td.TdClassName
{
border-color: #7045EC;
}
.TagClassName
{
border-color: #7045EC;
}
</style>