Shades of Medium Slate Blue #7E71DD
Tints of Medium Slate Blue #7E71DD
RGB
CMYK
RGB Variations
Color information
#7E71DD (or 0x7E71DD) is known color: Medium Slate Blue. HEX triplet: 7E, 71 and DD. RGB value is (126,113,221). Sum of RGB (Red+Green+Blue) = 126+113+221=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E71DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E71DD is #818E22. Grayscale: #808080. Windows color (decimal): -8490531 or 14512510. OLE color: 14512510.
HSL color Cylindrical-coordinate representation of color #7E71DD: hue angle of 247.22º degrees, saturation: 0.61, 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 #7E71DD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 113 | 221 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.13 |
| HSL | 247.22º | 0.61% | 0.65% | - |
| HSV(B) | 247.22º | 0.49% | 0.87% | - |
| XYZ | 27.56 | 21.47 | 71.1 | - |
| YUV | 129.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 221 | 0.43 | 0.49 | 0 | 0.13 | 247.22 | 0.61 | 0.65 |
| Hex | 7E | 71 | DD | 2B | 31 | 0 | D | F7 | 3D | 41 |
| Octal | 176 | 161 | 335 | 53 | 61 | 0 | 15 | 367 | 75 | 101 |
| Binary | 1111110 | 1110001 | 11011101 | 101011 | 110001 | 0 | 1101 | 11110111 | 111101 | 1000001 |
Color Harmonies of #7E71DD
Complementary color
Monochromatic Colors of #7E71DD
Black with #7E71DD
Text Example
Text Example
White with #7E71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E71DD; }
p { color: rgb(126,113,221); }
H1.HeaderClassName
{
color: #7E71DD;
}
.AnyTagClassName
{
color: #7E71DD;
}
</style>
background-color css
<style>
a { background-color: #7E71DD; }
a { background-color: rgb(126,113,221); }
div.DivClassName
{
background-color: #7E71DD;
}
.BgClassName
{
background-color: #7E71DD;
}
</style>
border-color css
<style>
span { border-color: #7E71DD; }
span { border-color: rgb(126,113,221); }
td.TdClassName
{
border-color: #7E71DD;
}
.TagClassName
{
border-color: #7E71DD;
}
</style>