Shades of Medium Slate Blue #7071ED
Tints of Medium Slate Blue #7071ED
RGB
CMYK
RGB Variations
Color information
#7071ED (or 0x7071ED) is known color: Medium Slate Blue. HEX triplet: 70, 71 and ED. RGB value is (112,113,237). Sum of RGB (Red+Green+Blue) = 112+113+237=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #7071ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7071ED is #8F8E12. Grayscale: #7E7E7E. Windows color (decimal): -9408019 or 15561072. OLE color: 15561072.
HSL color Cylindrical-coordinate representation of color #7071ED: hue angle of 239.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7071ED is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 113 | 237 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.07 |
| HSL | 239.52º | 0.78% | 0.68% | - |
| HSV(B) | 239.52º | 0.53% | 0.93% | - |
| XYZ | 27.87 | 21.37 | 82.78 | - |
| YUV | 126.84 | 190.17 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 237 | 0.53 | 0.52 | 0 | 0.07 | 239.52 | 0.78 | 0.68 |
| Hex | 70 | 71 | ED | 35 | 34 | 0 | 7 | F0 | 4E | 44 |
| Octal | 160 | 161 | 355 | 65 | 64 | 0 | 7 | 360 | 116 | 104 |
| Binary | 1110000 | 1110001 | 11101101 | 110101 | 110100 | 0 | 111 | 11110000 | 1001110 | 1000100 |
Color Harmonies of #7071ED
Complementary color
Monochromatic Colors of #7071ED
Black with #7071ED
Text Example
Text Example
White with #7071ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7071ED; }
p { color: rgb(112,113,237); }
H1.HeaderClassName
{
color: #7071ED;
}
.AnyTagClassName
{
color: #7071ED;
}
</style>
background-color css
<style>
a { background-color: #7071ED; }
a { background-color: rgb(112,113,237); }
div.DivClassName
{
background-color: #7071ED;
}
.BgClassName
{
background-color: #7071ED;
}
</style>
border-color css
<style>
span { border-color: #7071ED; }
span { border-color: rgb(112,113,237); }
td.TdClassName
{
border-color: #7071ED;
}
.TagClassName
{
border-color: #7071ED;
}
</style>