Shades of Medium Slate Blue #7072EB
Tints of Medium Slate Blue #7072EB
RGB
CMYK
RGB Variations
Color information
#7072EB (or 0x7072EB) is known color: Medium Slate Blue. HEX triplet: 70, 72 and EB. RGB value is (112,114,235). Sum of RGB (Red+Green+Blue) = 112+114+235=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #7072EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7072EB is #8F8D14. Grayscale: #7E7E7E. Windows color (decimal): -9407765 or 15430256. OLE color: 15430256.
HSL color Cylindrical-coordinate representation of color #7072EB: hue angle of 239.02º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7072EB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 114 | 235 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.08 |
| HSL | 239.02º | 0.75% | 0.68% | - |
| HSV(B) | 239.02º | 0.52% | 0.92% | - |
| XYZ | 27.69 | 21.48 | 81.28 | - |
| YUV | 127.2 | 188.84 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 235 | 0.52 | 0.51 | 0 | 0.08 | 239.02 | 0.75 | 0.68 |
| Hex | 70 | 72 | EB | 34 | 33 | 0 | 8 | EF | 4B | 44 |
| Octal | 160 | 162 | 353 | 64 | 63 | 0 | 10 | 357 | 113 | 104 |
| Binary | 1110000 | 1110010 | 11101011 | 110100 | 110011 | 0 | 1000 | 11101111 | 1001011 | 1000100 |
Color Harmonies of #7072EB
Complementary color
Monochromatic Colors of #7072EB
Black with #7072EB
Text Example
Text Example
White with #7072EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072EB; }
p { color: rgb(112,114,235); }
H1.HeaderClassName
{
color: #7072EB;
}
.AnyTagClassName
{
color: #7072EB;
}
</style>
background-color css
<style>
a { background-color: #7072EB; }
a { background-color: rgb(112,114,235); }
div.DivClassName
{
background-color: #7072EB;
}
.BgClassName
{
background-color: #7072EB;
}
</style>
border-color css
<style>
span { border-color: #7072EB; }
span { border-color: rgb(112,114,235); }
td.TdClassName
{
border-color: #7072EB;
}
.TagClassName
{
border-color: #7072EB;
}
</style>