Shades of Medium Slate Blue #7076E5
Tints of Medium Slate Blue #7076E5
RGB
CMYK
RGB Variations
Color information
#7076E5 (or 0x7076E5) is known color: Medium Slate Blue. HEX triplet: 70, 76 and E5. RGB value is (112,118,229). Sum of RGB (Red+Green+Blue) = 112+118+229=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #7076E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076E5 is #8F891A. Grayscale: #808080. Windows color (decimal): -9406747 or 15038064. OLE color: 15038064.
HSL color Cylindrical-coordinate representation of color #7076E5: hue angle of 236.92º 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 #7076E5 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 118 | 229 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.10 |
| HSL | 236.92º | 0.69% | 0.67% | - |
| HSV(B) | 236.92º | 0.51% | 0.9% | - |
| XYZ | 27.3 | 22.06 | 76.95 | - |
| YUV | 128.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 229 | 0.51 | 0.48 | 0 | 0.10 | 236.92 | 0.69 | 0.67 |
| Hex | 70 | 76 | E5 | 33 | 30 | 0 | A | ED | 45 | 43 |
| Octal | 160 | 166 | 345 | 63 | 60 | 0 | 12 | 355 | 105 | 103 |
| Binary | 1110000 | 1110110 | 11100101 | 110011 | 110000 | 0 | 1010 | 11101101 | 1000101 | 1000011 |
Color Harmonies of #7076E5
Complementary color
Monochromatic Colors of #7076E5
Black with #7076E5
Text Example
Text Example
White with #7076E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7076E5; }
p { color: rgb(112,118,229); }
H1.HeaderClassName
{
color: #7076E5;
}
.AnyTagClassName
{
color: #7076E5;
}
</style>
background-color css
<style>
a { background-color: #7076E5; }
a { background-color: rgb(112,118,229); }
div.DivClassName
{
background-color: #7076E5;
}
.BgClassName
{
background-color: #7076E5;
}
</style>
border-color css
<style>
span { border-color: #7076E5; }
span { border-color: rgb(112,118,229); }
td.TdClassName
{
border-color: #7076E5;
}
.TagClassName
{
border-color: #7076E5;
}
</style>