Shades of Medium Slate Blue #7D71EE
Tints of Medium Slate Blue #7D71EE
RGB
CMYK
RGB Variations
Color information
#7D71EE (or 0x7D71EE) is known color: Medium Slate Blue. HEX triplet: 7D, 71 and EE. RGB value is (125,113,238). Sum of RGB (Red+Green+Blue) = 125+113+238=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D71EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D71EE is #828E11. Grayscale: #828282. Windows color (decimal): -8556050 or 15626621. OLE color: 15626621.
HSL color Cylindrical-coordinate representation of color #7D71EE: hue angle of 245.76º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D71EE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 113 | 238 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.07 |
| HSL | 245.76º | 0.79% | 0.69% | - |
| HSV(B) | 245.76º | 0.53% | 0.93% | - |
| XYZ | 29.8 | 22.34 | 83.63 | - |
| YUV | 130.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 238 | 0.47 | 0.53 | 0 | 0.07 | 245.76 | 0.79 | 0.69 |
| Hex | 7D | 71 | EE | 2F | 35 | 0 | 7 | F6 | 4F | 45 |
| Octal | 175 | 161 | 356 | 57 | 65 | 0 | 7 | 366 | 117 | 105 |
| Binary | 1111101 | 1110001 | 11101110 | 101111 | 110101 | 0 | 111 | 11110110 | 1001111 | 1000101 |
Color Harmonies of #7D71EE
Complementary color
Monochromatic Colors of #7D71EE
Black with #7D71EE
Text Example
Text Example
White with #7D71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D71EE; }
p { color: rgb(125,113,238); }
H1.HeaderClassName
{
color: #7D71EE;
}
.AnyTagClassName
{
color: #7D71EE;
}
</style>
background-color css
<style>
a { background-color: #7D71EE; }
a { background-color: rgb(125,113,238); }
div.DivClassName
{
background-color: #7D71EE;
}
.BgClassName
{
background-color: #7D71EE;
}
</style>
border-color css
<style>
span { border-color: #7D71EE; }
span { border-color: rgb(125,113,238); }
td.TdClassName
{
border-color: #7D71EE;
}
.TagClassName
{
border-color: #7D71EE;
}
</style>