Shades of Medium Slate Blue #7076EE
Tints of Medium Slate Blue #7076EE
RGB
CMYK
RGB Variations
Color information
#7076EE (or 0x7076EE) is known color: Medium Slate Blue. HEX triplet: 70, 76 and EE. RGB value is (112,118,238). Sum of RGB (Red+Green+Blue) = 112+118+238=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #7076EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076EE is #8F8911. Grayscale: #818181. Windows color (decimal): -9406738 or 15627888. OLE color: 15627888.
HSL color Cylindrical-coordinate representation of color #7076EE: hue angle of 237.14º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7076EE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 118 | 238 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.07 |
| HSL | 237.14º | 0.79% | 0.69% | - |
| HSV(B) | 237.14º | 0.53% | 0.93% | - |
| XYZ | 28.59 | 22.57 | 83.74 | - |
| YUV | 129.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 238 | 0.53 | 0.50 | 0 | 0.07 | 237.14 | 0.79 | 0.69 |
| Hex | 70 | 76 | EE | 35 | 32 | 0 | 7 | ED | 4F | 45 |
| Octal | 160 | 166 | 356 | 65 | 62 | 0 | 7 | 355 | 117 | 105 |
| Binary | 1110000 | 1110110 | 11101110 | 110101 | 110010 | 0 | 111 | 11101101 | 1001111 | 1000101 |
Color Harmonies of #7076EE
Complementary color
Monochromatic Colors of #7076EE
Black with #7076EE
Text Example
Text Example
White with #7076EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7076EE; }
p { color: rgb(112,118,238); }
H1.HeaderClassName
{
color: #7076EE;
}
.AnyTagClassName
{
color: #7076EE;
}
</style>
background-color css
<style>
a { background-color: #7076EE; }
a { background-color: rgb(112,118,238); }
div.DivClassName
{
background-color: #7076EE;
}
.BgClassName
{
background-color: #7076EE;
}
</style>
border-color css
<style>
span { border-color: #7076EE; }
span { border-color: rgb(112,118,238); }
td.TdClassName
{
border-color: #7076EE;
}
.TagClassName
{
border-color: #7076EE;
}
</style>