Shades of Medium Slate Blue #7072EF
Tints of Medium Slate Blue #7072EF
RGB
CMYK
RGB Variations
Color information
#7072EF (or 0x7072EF) is known color: Medium Slate Blue. HEX triplet: 70, 72 and EF. RGB value is (112,114,239). Sum of RGB (Red+Green+Blue) = 112+114+239=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #7072EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7072EF is #8F8D10. Grayscale: #7F7F7F. Windows color (decimal): -9407761 or 15692400. OLE color: 15692400.
HSL color Cylindrical-coordinate representation of color #7072EF: hue angle of 239.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7072EF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 114 | 239 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.06 |
| HSL | 239.06º | 0.8% | 0.69% | - |
| HSV(B) | 239.06º | 0.53% | 0.94% | - |
| XYZ | 28.28 | 21.71 | 84.36 | - |
| YUV | 127.65 | 190.84 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 239 | 0.53 | 0.52 | 0 | 0.06 | 239.06 | 0.8 | 0.69 |
| Hex | 70 | 72 | EF | 35 | 34 | 0 | 6 | EF | 50 | 45 |
| Octal | 160 | 162 | 357 | 65 | 64 | 0 | 6 | 357 | 120 | 105 |
| Binary | 1110000 | 1110010 | 11101111 | 110101 | 110100 | 0 | 110 | 11101111 | 1010000 | 1000101 |
Color Harmonies of #7072EF
Complementary color
Monochromatic Colors of #7072EF
Black with #7072EF
Text Example
Text Example
White with #7072EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072EF; }
p { color: rgb(112,114,239); }
H1.HeaderClassName
{
color: #7072EF;
}
.AnyTagClassName
{
color: #7072EF;
}
</style>
background-color css
<style>
a { background-color: #7072EF; }
a { background-color: rgb(112,114,239); }
div.DivClassName
{
background-color: #7072EF;
}
.BgClassName
{
background-color: #7072EF;
}
</style>
border-color css
<style>
span { border-color: #7072EF; }
span { border-color: rgb(112,114,239); }
td.TdClassName
{
border-color: #7072EF;
}
.TagClassName
{
border-color: #7072EF;
}
</style>