Shades of Medium Slate Blue #7070E9
Tints of Medium Slate Blue #7070E9
RGB
CMYK
RGB Variations
Color information
#7070E9 (or 0x7070E9) is known color: Medium Slate Blue. HEX triplet: 70, 70 and E9. RGB value is (112,112,233). Sum of RGB (Red+Green+Blue) = 112+112+233=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #7070E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7070E9 is #8F8F16. Grayscale: #7D7D7D. Windows color (decimal): -9408279 or 15298672. OLE color: 15298672.
HSL color Cylindrical-coordinate representation of color #7070E9: hue angle of 240º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7070E9 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 112 | 233 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.09 |
| HSL | 240º | 0.73% | 0.68% | - |
| HSV(B) | 240º | 0.52% | 0.91% | - |
| XYZ | 27.18 | 20.92 | 79.7 | - |
| YUV | 125.79 | 188.5 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 233 | 0.52 | 0.52 | 0 | 0.09 | 240 | 0.73 | 0.68 |
| Hex | 70 | 70 | E9 | 34 | 34 | 0 | 9 | F0 | 49 | 44 |
| Octal | 160 | 160 | 351 | 64 | 64 | 0 | 11 | 360 | 111 | 104 |
| Binary | 1110000 | 1110000 | 11101001 | 110100 | 110100 | 0 | 1001 | 11110000 | 1001001 | 1000100 |
Color Harmonies of #7070E9
Complementary color
Monochromatic Colors of #7070E9
Black with #7070E9
Text Example
Text Example
White with #7070E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7070E9; }
p { color: rgb(112,112,233); }
H1.HeaderClassName
{
color: #7070E9;
}
.AnyTagClassName
{
color: #7070E9;
}
</style>
background-color css
<style>
a { background-color: #7070E9; }
a { background-color: rgb(112,112,233); }
div.DivClassName
{
background-color: #7070E9;
}
.BgClassName
{
background-color: #7070E9;
}
</style>
border-color css
<style>
span { border-color: #7070E9; }
span { border-color: rgb(112,112,233); }
td.TdClassName
{
border-color: #7070E9;
}
.TagClassName
{
border-color: #7070E9;
}
</style>