Shades of Medium Slate Blue #7049EE
Tints of Medium Slate Blue #7049EE
RGB
CMYK
RGB Variations
Color information
#7049EE (or 0x7049EE) is known color: Medium Slate Blue. HEX triplet: 70, 49 and EE. RGB value is (112,73,238). Sum of RGB (Red+Green+Blue) = 112+73+238=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #7049EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7049EE is #8FB611. Grayscale: #666666. Windows color (decimal): -9418258 or 15616368. OLE color: 15616368.
HSL color Cylindrical-coordinate representation of color #7049EE: hue angle of 254.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7049EE is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 73 | 238 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.07 |
| HSL | 254.18º | 0.83% | 0.61% | - |
| HSV(B) | 254.18º | 0.69% | 0.93% | - |
| XYZ | 24.5 | 14.38 | 82.37 | - |
| YUV | 103.47 | 203.92 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 238 | 0.53 | 0.69 | 0 | 0.07 | 254.18 | 0.83 | 0.61 |
| Hex | 70 | 49 | EE | 35 | 45 | 0 | 7 | FE | 53 | 3D |
| Octal | 160 | 111 | 356 | 65 | 105 | 0 | 7 | 376 | 123 | 75 |
| Binary | 1110000 | 1001001 | 11101110 | 110101 | 1000101 | 0 | 111 | 11111110 | 1010011 | 111101 |
Color Harmonies of #7049EE
Complementary color
Monochromatic Colors of #7049EE
Black with #7049EE
Text Example
Text Example
White with #7049EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7049EE; }
p { color: rgb(112,73,238); }
H1.HeaderClassName
{
color: #7049EE;
}
.AnyTagClassName
{
color: #7049EE;
}
</style>
background-color css
<style>
a { background-color: #7049EE; }
a { background-color: rgb(112,73,238); }
div.DivClassName
{
background-color: #7049EE;
}
.BgClassName
{
background-color: #7049EE;
}
</style>
border-color css
<style>
span { border-color: #7049EE; }
span { border-color: rgb(112,73,238); }
td.TdClassName
{
border-color: #7049EE;
}
.TagClassName
{
border-color: #7049EE;
}
</style>