Shades of Medium Slate Blue #7E70DF
Tints of Medium Slate Blue #7E70DF
RGB
CMYK
RGB Variations
Color information
#7E70DF (or 0x7E70DF) is known color: Medium Slate Blue. HEX triplet: 7E, 70 and DF. RGB value is (126,112,223). Sum of RGB (Red+Green+Blue) = 126+112+223=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E70DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70DF is #818F20. Grayscale: #808080. Windows color (decimal): -8490785 or 14643326. OLE color: 14643326.
HSL color Cylindrical-coordinate representation of color #7E70DF: hue angle of 247.57º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E70DF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 112 | 223 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.13 |
| HSL | 247.57º | 0.63% | 0.66% | - |
| HSV(B) | 247.57º | 0.5% | 0.87% | - |
| XYZ | 27.72 | 21.35 | 72.47 | - |
| YUV | 128.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 223 | 0.43 | 0.50 | 0 | 0.13 | 247.57 | 0.63 | 0.66 |
| Hex | 7E | 70 | DF | 2B | 32 | 0 | D | F8 | 3F | 42 |
| Octal | 176 | 160 | 337 | 53 | 62 | 0 | 15 | 370 | 77 | 102 |
| Binary | 1111110 | 1110000 | 11011111 | 101011 | 110010 | 0 | 1101 | 11111000 | 111111 | 1000010 |
Color Harmonies of #7E70DF
Complementary color
Monochromatic Colors of #7E70DF
Black with #7E70DF
Text Example
Text Example
White with #7E70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E70DF; }
p { color: rgb(126,112,223); }
H1.HeaderClassName
{
color: #7E70DF;
}
.AnyTagClassName
{
color: #7E70DF;
}
</style>
background-color css
<style>
a { background-color: #7E70DF; }
a { background-color: rgb(126,112,223); }
div.DivClassName
{
background-color: #7E70DF;
}
.BgClassName
{
background-color: #7E70DF;
}
</style>
border-color css
<style>
span { border-color: #7E70DF; }
span { border-color: rgb(126,112,223); }
td.TdClassName
{
border-color: #7E70DF;
}
.TagClassName
{
border-color: #7E70DF;
}
</style>