Shades of Medium Slate Blue #7060EE
Tints of Medium Slate Blue #7060EE
RGB
CMYK
RGB Variations
Color information
#7060EE (or 0x7060EE) is known color: Medium Slate Blue. HEX triplet: 70, 60 and EE. RGB value is (112,96,238). Sum of RGB (Red+Green+Blue) = 112+96+238=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #7060EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060EE is #8F9F11. Grayscale: #747474. Windows color (decimal): -9412370 or 15622256. OLE color: 15622256.
HSL color Cylindrical-coordinate representation of color #7060EE: hue angle of 246.76º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7060EE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 96 | 238 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.07 |
| HSL | 246.76º | 0.81% | 0.65% | - |
| HSV(B) | 246.76º | 0.6% | 0.93% | - |
| XYZ | 26.3 | 17.98 | 82.97 | - |
| YUV | 116.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 238 | 0.53 | 0.60 | 0 | 0.07 | 246.76 | 0.81 | 0.65 |
| Hex | 70 | 60 | EE | 35 | 3C | 0 | 7 | F7 | 51 | 41 |
| Octal | 160 | 140 | 356 | 65 | 74 | 0 | 7 | 367 | 121 | 101 |
| Binary | 1110000 | 1100000 | 11101110 | 110101 | 111100 | 0 | 111 | 11110111 | 1010001 | 1000001 |
Color Harmonies of #7060EE
Complementary color
Monochromatic Colors of #7060EE
Black with #7060EE
Text Example
Text Example
White with #7060EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060EE; }
p { color: rgb(112,96,238); }
H1.HeaderClassName
{
color: #7060EE;
}
.AnyTagClassName
{
color: #7060EE;
}
</style>
background-color css
<style>
a { background-color: #7060EE; }
a { background-color: rgb(112,96,238); }
div.DivClassName
{
background-color: #7060EE;
}
.BgClassName
{
background-color: #7060EE;
}
</style>
border-color css
<style>
span { border-color: #7060EE; }
span { border-color: rgb(112,96,238); }
td.TdClassName
{
border-color: #7060EE;
}
.TagClassName
{
border-color: #7060EE;
}
</style>