Shades of Medium Slate Blue #7D70E9
Tints of Medium Slate Blue #7D70E9
RGB
CMYK
RGB Variations
Color information
#7D70E9 (or 0x7D70E9) is known color: Medium Slate Blue. HEX triplet: 7D, 70 and E9. RGB value is (125,112,233). Sum of RGB (Red+Green+Blue) = 125+112+233=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D70E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D70E9 is #828F16. Grayscale: #818181. Windows color (decimal): -8556311 or 15298685. OLE color: 15298685.
HSL color Cylindrical-coordinate representation of color #7D70E9: hue angle of 246.45º 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 #7D70E9 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 112 | 233 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.09 |
| HSL | 246.45º | 0.73% | 0.68% | - |
| HSV(B) | 246.45º | 0.52% | 0.91% | - |
| XYZ | 28.96 | 21.83 | 79.78 | - |
| YUV | 129.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 233 | 0.46 | 0.52 | 0 | 0.09 | 246.45 | 0.73 | 0.68 |
| Hex | 7D | 70 | E9 | 2E | 34 | 0 | 9 | F6 | 49 | 44 |
| Octal | 175 | 160 | 351 | 56 | 64 | 0 | 11 | 366 | 111 | 104 |
| Binary | 1111101 | 1110000 | 11101001 | 101110 | 110100 | 0 | 1001 | 11110110 | 1001001 | 1000100 |
Color Harmonies of #7D70E9
Complementary color
Monochromatic Colors of #7D70E9
Black with #7D70E9
Text Example
Text Example
White with #7D70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70E9; }
p { color: rgb(125,112,233); }
H1.HeaderClassName
{
color: #7D70E9;
}
.AnyTagClassName
{
color: #7D70E9;
}
</style>
background-color css
<style>
a { background-color: #7D70E9; }
a { background-color: rgb(125,112,233); }
div.DivClassName
{
background-color: #7D70E9;
}
.BgClassName
{
background-color: #7D70E9;
}
</style>
border-color css
<style>
span { border-color: #7D70E9; }
span { border-color: rgb(125,112,233); }
td.TdClassName
{
border-color: #7D70E9;
}
.TagClassName
{
border-color: #7D70E9;
}
</style>