Shades of Medium Slate Blue #7077E5
Tints of Medium Slate Blue #7077E5
RGB
CMYK
RGB Variations
Color information
#7077E5 (or 0x7077E5) is known color: Medium Slate Blue. HEX triplet: 70, 77 and E5. RGB value is (112,119,229). Sum of RGB (Red+Green+Blue) = 112+119+229=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #7077E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077E5 is #8F881A. Grayscale: #818181. Windows color (decimal): -9406491 or 15038320. OLE color: 15038320.
HSL color Cylindrical-coordinate representation of color #7077E5: hue angle of 236.41º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7077E5 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 119 | 229 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.10 |
| HSL | 236.41º | 0.69% | 0.67% | - |
| HSV(B) | 236.41º | 0.51% | 0.9% | - |
| XYZ | 27.42 | 22.3 | 76.99 | - |
| YUV | 129.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 229 | 0.51 | 0.48 | 0 | 0.10 | 236.41 | 0.69 | 0.67 |
| Hex | 70 | 77 | E5 | 33 | 30 | 0 | A | EC | 45 | 43 |
| Octal | 160 | 167 | 345 | 63 | 60 | 0 | 12 | 354 | 105 | 103 |
| Binary | 1110000 | 1110111 | 11100101 | 110011 | 110000 | 0 | 1010 | 11101100 | 1000101 | 1000011 |
Color Harmonies of #7077E5
Complementary color
Monochromatic Colors of #7077E5
Black with #7077E5
Text Example
Text Example
White with #7077E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077E5; }
p { color: rgb(112,119,229); }
H1.HeaderClassName
{
color: #7077E5;
}
.AnyTagClassName
{
color: #7077E5;
}
</style>
background-color css
<style>
a { background-color: #7077E5; }
a { background-color: rgb(112,119,229); }
div.DivClassName
{
background-color: #7077E5;
}
.BgClassName
{
background-color: #7077E5;
}
</style>
border-color css
<style>
span { border-color: #7077E5; }
span { border-color: rgb(112,119,229); }
td.TdClassName
{
border-color: #7077E5;
}
.TagClassName
{
border-color: #7077E5;
}
</style>