Shades of Medium Slate Blue #7056EE
Tints of Medium Slate Blue #7056EE
RGB
CMYK
RGB Variations
Color information
#7056EE (or 0x7056EE) is known color: Medium Slate Blue. HEX triplet: 70, 56 and EE. RGB value is (112,86,238). Sum of RGB (Red+Green+Blue) = 112+86+238=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #7056EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7056EE is #8FA911. Grayscale: #6E6E6E. Windows color (decimal): -9414930 or 15619696. OLE color: 15619696.
HSL color Cylindrical-coordinate representation of color #7056EE: hue angle of 250.26º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7056EE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 86 | 238 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.07 |
| HSL | 250.26º | 0.82% | 0.64% | - |
| HSV(B) | 250.26º | 0.64% | 0.93% | - |
| XYZ | 25.44 | 16.27 | 82.69 | - |
| YUV | 111.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 238 | 0.53 | 0.64 | 0 | 0.07 | 250.26 | 0.82 | 0.64 |
| Hex | 70 | 56 | EE | 35 | 40 | 0 | 7 | FA | 52 | 40 |
| Octal | 160 | 126 | 356 | 65 | 100 | 0 | 7 | 372 | 122 | 100 |
| Binary | 1110000 | 1010110 | 11101110 | 110101 | 1000000 | 0 | 111 | 11111010 | 1010010 | 1000000 |
Color Harmonies of #7056EE
Complementary color
Monochromatic Colors of #7056EE
Black with #7056EE
Text Example
Text Example
White with #7056EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7056EE; }
p { color: rgb(112,86,238); }
H1.HeaderClassName
{
color: #7056EE;
}
.AnyTagClassName
{
color: #7056EE;
}
</style>
background-color css
<style>
a { background-color: #7056EE; }
a { background-color: rgb(112,86,238); }
div.DivClassName
{
background-color: #7056EE;
}
.BgClassName
{
background-color: #7056EE;
}
</style>
border-color css
<style>
span { border-color: #7056EE; }
span { border-color: rgb(112,86,238); }
td.TdClassName
{
border-color: #7056EE;
}
.TagClassName
{
border-color: #7056EE;
}
</style>