Shades of Medium Slate Blue #7072E3
Tints of Medium Slate Blue #7072E3
RGB
CMYK
RGB Variations
Color information
#7072E3 (or 0x7072E3) is known color: Medium Slate Blue. HEX triplet: 70, 72 and E3. RGB value is (112,114,227). Sum of RGB (Red+Green+Blue) = 112+114+227=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #7072E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072E3 is #8F8D1C. Grayscale: #7D7D7D. Windows color (decimal): -9407773 or 14905968. OLE color: 14905968.
HSL color Cylindrical-coordinate representation of color #7072E3: hue angle of 238.96º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7072E3 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 114 | 227 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.11 |
| HSL | 238.96º | 0.67% | 0.66% | - |
| HSV(B) | 238.96º | 0.51% | 0.89% | - |
| XYZ | 26.56 | 21.03 | 75.33 | - |
| YUV | 126.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 227 | 0.51 | 0.50 | 0 | 0.11 | 238.96 | 0.67 | 0.66 |
| Hex | 70 | 72 | E3 | 33 | 32 | 0 | B | EF | 43 | 42 |
| Octal | 160 | 162 | 343 | 63 | 62 | 0 | 13 | 357 | 103 | 102 |
| Binary | 1110000 | 1110010 | 11100011 | 110011 | 110010 | 0 | 1011 | 11101111 | 1000011 | 1000010 |
Color Harmonies of #7072E3
Complementary color
Monochromatic Colors of #7072E3
Black with #7072E3
Text Example
Text Example
White with #7072E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072E3; }
p { color: rgb(112,114,227); }
H1.HeaderClassName
{
color: #7072E3;
}
.AnyTagClassName
{
color: #7072E3;
}
</style>
background-color css
<style>
a { background-color: #7072E3; }
a { background-color: rgb(112,114,227); }
div.DivClassName
{
background-color: #7072E3;
}
.BgClassName
{
background-color: #7072E3;
}
</style>
border-color css
<style>
span { border-color: #7072E3; }
span { border-color: rgb(112,114,227); }
td.TdClassName
{
border-color: #7072E3;
}
.TagClassName
{
border-color: #7072E3;
}
</style>