Shades of Medium Slate Blue #7D70E0
Tints of Medium Slate Blue #7D70E0
RGB
CMYK
RGB Variations
Color information
#7D70E0 (or 0x7D70E0) is known color: Medium Slate Blue. HEX triplet: 7D, 70 and E0. RGB value is (125,112,224). Sum of RGB (Red+Green+Blue) = 125+112+224=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #7D70E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70E0 is #828F1F. Grayscale: #808080. Windows color (decimal): -8556320 or 14708861. OLE color: 14708861.
HSL color Cylindrical-coordinate representation of color #7D70E0: hue angle of 246.96º degrees, saturation: 0.64, 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 #7D70E0 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 112 | 224 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.12 |
| HSL | 246.96º | 0.64% | 0.66% | - |
| HSV(B) | 246.96º | 0.5% | 0.88% | - |
| XYZ | 27.71 | 21.33 | 73.18 | - |
| YUV | 128.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 224 | 0.44 | 0.50 | 0 | 0.12 | 246.96 | 0.64 | 0.66 |
| Hex | 7D | 70 | E0 | 2C | 32 | 0 | C | F7 | 40 | 42 |
| Octal | 175 | 160 | 340 | 54 | 62 | 0 | 14 | 367 | 100 | 102 |
| Binary | 1111101 | 1110000 | 11100000 | 101100 | 110010 | 0 | 1100 | 11110111 | 1000000 | 1000010 |
Color Harmonies of #7D70E0
Complementary color
Monochromatic Colors of #7D70E0
Black with #7D70E0
Text Example
Text Example
White with #7D70E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70E0; }
p { color: rgb(125,112,224); }
H1.HeaderClassName
{
color: #7D70E0;
}
.AnyTagClassName
{
color: #7D70E0;
}
</style>
background-color css
<style>
a { background-color: #7D70E0; }
a { background-color: rgb(125,112,224); }
div.DivClassName
{
background-color: #7D70E0;
}
.BgClassName
{
background-color: #7D70E0;
}
</style>
border-color css
<style>
span { border-color: #7D70E0; }
span { border-color: rgb(125,112,224); }
td.TdClassName
{
border-color: #7D70E0;
}
.TagClassName
{
border-color: #7D70E0;
}
</style>