Shades of Medium Slate Blue #7D71DD
Tints of Medium Slate Blue #7D71DD
RGB
CMYK
RGB Variations
Color information
#7D71DD (or 0x7D71DD) is known color: Medium Slate Blue. HEX triplet: 7D, 71 and DD. RGB value is (125,113,221). Sum of RGB (Red+Green+Blue) = 125+113+221=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D71DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D71DD is #828E22. Grayscale: #808080. Windows color (decimal): -8556067 or 14512509. OLE color: 14512509.
HSL color Cylindrical-coordinate representation of color #7D71DD: hue angle of 246.67º 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 #7D71DD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 113 | 221 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.13 |
| HSL | 246.67º | 0.61% | 0.65% | - |
| HSV(B) | 246.67º | 0.49% | 0.87% | - |
| XYZ | 27.41 | 21.39 | 71.09 | - |
| YUV | 128.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 221 | 0.43 | 0.49 | 0 | 0.13 | 246.67 | 0.61 | 0.65 |
| Hex | 7D | 71 | DD | 2B | 31 | 0 | D | F7 | 3D | 41 |
| Octal | 175 | 161 | 335 | 53 | 61 | 0 | 15 | 367 | 75 | 101 |
| Binary | 1111101 | 1110001 | 11011101 | 101011 | 110001 | 0 | 1101 | 11110111 | 111101 | 1000001 |
Color Harmonies of #7D71DD
Complementary color
Monochromatic Colors of #7D71DD
Black with #7D71DD
Text Example
Text Example
White with #7D71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D71DD; }
p { color: rgb(125,113,221); }
H1.HeaderClassName
{
color: #7D71DD;
}
.AnyTagClassName
{
color: #7D71DD;
}
</style>
background-color css
<style>
a { background-color: #7D71DD; }
a { background-color: rgb(125,113,221); }
div.DivClassName
{
background-color: #7D71DD;
}
.BgClassName
{
background-color: #7D71DD;
}
</style>
border-color css
<style>
span { border-color: #7D71DD; }
span { border-color: rgb(125,113,221); }
td.TdClassName
{
border-color: #7D71DD;
}
.TagClassName
{
border-color: #7D71DD;
}
</style>