Shades of Medium Slate Blue #7076EF
Tints of Medium Slate Blue #7076EF
RGB
CMYK
RGB Variations
Color information
#7076EF (or 0x7076EF) is known color: Medium Slate Blue. HEX triplet: 70, 76 and EF. RGB value is (112,118,239). Sum of RGB (Red+Green+Blue) = 112+118+239=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #7076EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076EF is #8F8910. Grayscale: #818181. Windows color (decimal): -9406737 or 15693424. OLE color: 15693424.
HSL color Cylindrical-coordinate representation of color #7076EF: hue angle of 237.17º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7076EF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 118 | 239 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.06 |
| HSL | 237.17º | 0.8% | 0.69% | - |
| HSV(B) | 237.17º | 0.53% | 0.94% | - |
| XYZ | 28.74 | 22.63 | 84.52 | - |
| YUV | 130 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 239 | 0.53 | 0.51 | 0 | 0.06 | 237.17 | 0.8 | 0.69 |
| Hex | 70 | 76 | EF | 35 | 33 | 0 | 6 | ED | 50 | 45 |
| Octal | 160 | 166 | 357 | 65 | 63 | 0 | 6 | 355 | 120 | 105 |
| Binary | 1110000 | 1110110 | 11101111 | 110101 | 110011 | 0 | 110 | 11101101 | 1010000 | 1000101 |
Color Harmonies of #7076EF
Complementary color
Monochromatic Colors of #7076EF
Black with #7076EF
Text Example
Text Example
White with #7076EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7076EF; }
p { color: rgb(112,118,239); }
H1.HeaderClassName
{
color: #7076EF;
}
.AnyTagClassName
{
color: #7076EF;
}
</style>
background-color css
<style>
a { background-color: #7076EF; }
a { background-color: rgb(112,118,239); }
div.DivClassName
{
background-color: #7076EF;
}
.BgClassName
{
background-color: #7076EF;
}
</style>
border-color css
<style>
span { border-color: #7076EF; }
span { border-color: rgb(112,118,239); }
td.TdClassName
{
border-color: #7076EF;
}
.TagClassName
{
border-color: #7076EF;
}
</style>