Shades of Medium Slate Blue #7D70DD
Tints of Medium Slate Blue #7D70DD
RGB
CMYK
RGB Variations
Color information
#7D70DD (or 0x7D70DD) is known color: Medium Slate Blue. HEX triplet: 7D, 70 and DD. RGB value is (125,112,221). Sum of RGB (Red+Green+Blue) = 125+112+221=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D70DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70DD is #828F22. Grayscale: #7F7F7F. Windows color (decimal): -8556323 or 14512253. OLE color: 14512253.
HSL color Cylindrical-coordinate representation of color #7D70DD: hue angle of 247.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D70DD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 112 | 221 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.13 |
| HSL | 247.16º | 0.62% | 0.65% | - |
| HSV(B) | 247.16º | 0.49% | 0.87% | - |
| XYZ | 27.3 | 21.17 | 71.05 | - |
| YUV | 128.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 221 | 0.43 | 0.49 | 0 | 0.13 | 247.16 | 0.62 | 0.65 |
| Hex | 7D | 70 | DD | 2B | 31 | 0 | D | F7 | 3E | 41 |
| Octal | 175 | 160 | 335 | 53 | 61 | 0 | 15 | 367 | 76 | 101 |
| Binary | 1111101 | 1110000 | 11011101 | 101011 | 110001 | 0 | 1101 | 11110111 | 111110 | 1000001 |
Color Harmonies of #7D70DD
Complementary color
Monochromatic Colors of #7D70DD
Black with #7D70DD
Text Example
Text Example
White with #7D70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70DD; }
p { color: rgb(125,112,221); }
H1.HeaderClassName
{
color: #7D70DD;
}
.AnyTagClassName
{
color: #7D70DD;
}
</style>
background-color css
<style>
a { background-color: #7D70DD; }
a { background-color: rgb(125,112,221); }
div.DivClassName
{
background-color: #7D70DD;
}
.BgClassName
{
background-color: #7D70DD;
}
</style>
border-color css
<style>
span { border-color: #7D70DD; }
span { border-color: rgb(125,112,221); }
td.TdClassName
{
border-color: #7D70DD;
}
.TagClassName
{
border-color: #7D70DD;
}
</style>