Shades of Medium Slate Blue #7E70DB
Tints of Medium Slate Blue #7E70DB
RGB
CMYK
RGB Variations
Color information
#7E70DB (or 0x7E70DB) is known color: Medium Slate Blue. HEX triplet: 7E, 70 and DB. RGB value is (126,112,219). Sum of RGB (Red+Green+Blue) = 126+112+219=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70DB is #818F24. Grayscale: #7F7F7F. Windows color (decimal): -8490789 or 14381182. OLE color: 14381182.
HSL color Cylindrical-coordinate representation of color #7E70DB: hue angle of 247.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E70DB is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 112 | 219 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.14 |
| HSL | 247.85º | 0.6% | 0.65% | - |
| HSV(B) | 247.85º | 0.49% | 0.86% | - |
| XYZ | 27.18 | 21.14 | 69.67 | - |
| YUV | 128.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 219 | 0.42 | 0.49 | 0 | 0.14 | 247.85 | 0.6 | 0.65 |
| Hex | 7E | 70 | DB | 2A | 31 | 0 | E | F8 | 3C | 41 |
| Octal | 176 | 160 | 333 | 52 | 61 | 0 | 16 | 370 | 74 | 101 |
| Binary | 1111110 | 1110000 | 11011011 | 101010 | 110001 | 0 | 1110 | 11111000 | 111100 | 1000001 |
Color Harmonies of #7E70DB
Complementary color
Monochromatic Colors of #7E70DB
Black with #7E70DB
Text Example
Text Example
White with #7E70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E70DB; }
p { color: rgb(126,112,219); }
H1.HeaderClassName
{
color: #7E70DB;
}
.AnyTagClassName
{
color: #7E70DB;
}
</style>
background-color css
<style>
a { background-color: #7E70DB; }
a { background-color: rgb(126,112,219); }
div.DivClassName
{
background-color: #7E70DB;
}
.BgClassName
{
background-color: #7E70DB;
}
</style>
border-color css
<style>
span { border-color: #7E70DB; }
span { border-color: rgb(126,112,219); }
td.TdClassName
{
border-color: #7E70DB;
}
.TagClassName
{
border-color: #7E70DB;
}
</style>