Shades of Medium Slate Blue #7D71E9
Tints of Medium Slate Blue #7D71E9
RGB
CMYK
RGB Variations
Color information
#7D71E9 (or 0x7D71E9) is known color: Medium Slate Blue. HEX triplet: 7D, 71 and E9. RGB value is (125,113,233). Sum of RGB (Red+Green+Blue) = 125+113+233=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D71E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D71E9 is #828E16. Grayscale: #818181. Windows color (decimal): -8556055 or 15298941. OLE color: 15298941.
HSL color Cylindrical-coordinate representation of color #7D71E9: hue angle of 246º 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 #7D71E9 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 113 | 233 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.09 |
| HSL | 246º | 0.73% | 0.68% | - |
| HSV(B) | 246º | 0.52% | 0.91% | - |
| XYZ | 29.07 | 22.05 | 79.82 | - |
| YUV | 130.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 233 | 0.46 | 0.52 | 0 | 0.09 | 246 | 0.73 | 0.68 |
| Hex | 7D | 71 | E9 | 2E | 34 | 0 | 9 | F6 | 49 | 44 |
| Octal | 175 | 161 | 351 | 56 | 64 | 0 | 11 | 366 | 111 | 104 |
| Binary | 1111101 | 1110001 | 11101001 | 101110 | 110100 | 0 | 1001 | 11110110 | 1001001 | 1000100 |
Color Harmonies of #7D71E9
Complementary color
Monochromatic Colors of #7D71E9
Black with #7D71E9
Text Example
Text Example
White with #7D71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D71E9; }
p { color: rgb(125,113,233); }
H1.HeaderClassName
{
color: #7D71E9;
}
.AnyTagClassName
{
color: #7D71E9;
}
</style>
background-color css
<style>
a { background-color: #7D71E9; }
a { background-color: rgb(125,113,233); }
div.DivClassName
{
background-color: #7D71E9;
}
.BgClassName
{
background-color: #7D71E9;
}
</style>
border-color css
<style>
span { border-color: #7D71E9; }
span { border-color: rgb(125,113,233); }
td.TdClassName
{
border-color: #7D71E9;
}
.TagClassName
{
border-color: #7D71E9;
}
</style>