Shades of Medium Slate Blue #7D70E1
Tints of Medium Slate Blue #7D70E1
RGB
CMYK
RGB Variations
Color information
#7D70E1 (or 0x7D70E1) is known color: Medium Slate Blue. HEX triplet: 7D, 70 and E1. RGB value is (125,112,225). Sum of RGB (Red+Green+Blue) = 125+112+225=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D70E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70E1 is #828F1E. Grayscale: #808080. Windows color (decimal): -8556319 or 14774397. OLE color: 14774397.
HSL color Cylindrical-coordinate representation of color #7D70E1: hue angle of 246.9º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D70E1 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 112 | 225 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.12 |
| HSL | 246.9º | 0.65% | 0.66% | - |
| HSV(B) | 246.9º | 0.5% | 0.88% | - |
| XYZ | 27.84 | 21.38 | 73.89 | - |
| YUV | 128.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 225 | 0.44 | 0.50 | 0 | 0.12 | 246.9 | 0.65 | 0.66 |
| Hex | 7D | 70 | E1 | 2C | 32 | 0 | C | F7 | 41 | 42 |
| Octal | 175 | 160 | 341 | 54 | 62 | 0 | 14 | 367 | 101 | 102 |
| Binary | 1111101 | 1110000 | 11100001 | 101100 | 110010 | 0 | 1100 | 11110111 | 1000001 | 1000010 |
Color Harmonies of #7D70E1
Complementary color
Monochromatic Colors of #7D70E1
Black with #7D70E1
Text Example
Text Example
White with #7D70E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70E1; }
p { color: rgb(125,112,225); }
H1.HeaderClassName
{
color: #7D70E1;
}
.AnyTagClassName
{
color: #7D70E1;
}
</style>
background-color css
<style>
a { background-color: #7D70E1; }
a { background-color: rgb(125,112,225); }
div.DivClassName
{
background-color: #7D70E1;
}
.BgClassName
{
background-color: #7D70E1;
}
</style>
border-color css
<style>
span { border-color: #7D70E1; }
span { border-color: rgb(125,112,225); }
td.TdClassName
{
border-color: #7D70E1;
}
.TagClassName
{
border-color: #7D70E1;
}
</style>