Shades of Medium Slate Blue #7060ED
Tints of Medium Slate Blue #7060ED
RGB
CMYK
RGB Variations
Color information
#7060ED (or 0x7060ED) is known color: Medium Slate Blue. HEX triplet: 70, 60 and ED. RGB value is (112,96,237). Sum of RGB (Red+Green+Blue) = 112+96+237=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #7060ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060ED is #8F9F12. Grayscale: #747474. Windows color (decimal): -9412371 or 15556720. OLE color: 15556720.
HSL color Cylindrical-coordinate representation of color #7060ED: hue angle of 246.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7060ED is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 96 | 237 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.07 |
| HSL | 246.81º | 0.8% | 0.65% | - |
| HSV(B) | 246.81º | 0.59% | 0.93% | - |
| XYZ | 26.15 | 17.92 | 82.2 | - |
| YUV | 116.86 | 195.8 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 237 | 0.53 | 0.59 | 0 | 0.07 | 246.81 | 0.8 | 0.65 |
| Hex | 70 | 60 | ED | 35 | 3B | 0 | 7 | F7 | 50 | 41 |
| Octal | 160 | 140 | 355 | 65 | 73 | 0 | 7 | 367 | 120 | 101 |
| Binary | 1110000 | 1100000 | 11101101 | 110101 | 111011 | 0 | 111 | 11110111 | 1010000 | 1000001 |
Color Harmonies of #7060ED
Complementary color
Monochromatic Colors of #7060ED
Black with #7060ED
Text Example
Text Example
White with #7060ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060ED; }
p { color: rgb(112,96,237); }
H1.HeaderClassName
{
color: #7060ED;
}
.AnyTagClassName
{
color: #7060ED;
}
</style>
background-color css
<style>
a { background-color: #7060ED; }
a { background-color: rgb(112,96,237); }
div.DivClassName
{
background-color: #7060ED;
}
.BgClassName
{
background-color: #7060ED;
}
</style>
border-color css
<style>
span { border-color: #7060ED; }
span { border-color: rgb(112,96,237); }
td.TdClassName
{
border-color: #7060ED;
}
.TagClassName
{
border-color: #7060ED;
}
</style>