Shades of Medium Slate Blue #7D5EEC
Tints of Medium Slate Blue #7D5EEC
RGB
CMYK
RGB Variations
Color information
#7D5EEC (or 0x7D5EEC) is known color: Medium Slate Blue. HEX triplet: 7D, 5E and EC. RGB value is (125,94,236). Sum of RGB (Red+Green+Blue) = 125+94+236=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D5EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5EEC is #82A113. Grayscale: #767676. Windows color (decimal): -8560916 or 15490685. OLE color: 15490685.
HSL color Cylindrical-coordinate representation of color #7D5EEC: hue angle of 253.1º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D5EEC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 94 | 236 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.07 |
| HSL | 253.1º | 0.79% | 0.65% | - |
| HSV(B) | 253.1º | 0.6% | 0.93% | - |
| XYZ | 27.6 | 18.42 | 81.46 | - |
| YUV | 119.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 236 | 0.47 | 0.60 | 0 | 0.07 | 253.1 | 0.79 | 0.65 |
| Hex | 7D | 5E | EC | 2F | 3C | 0 | 7 | FD | 4F | 41 |
| Octal | 175 | 136 | 354 | 57 | 74 | 0 | 7 | 375 | 117 | 101 |
| Binary | 1111101 | 1011110 | 11101100 | 101111 | 111100 | 0 | 111 | 11111101 | 1001111 | 1000001 |
Color Harmonies of #7D5EEC
Complementary color
Monochromatic Colors of #7D5EEC
Black with #7D5EEC
Text Example
Text Example
White with #7D5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5EEC; }
p { color: rgb(125,94,236); }
H1.HeaderClassName
{
color: #7D5EEC;
}
.AnyTagClassName
{
color: #7D5EEC;
}
</style>
background-color css
<style>
a { background-color: #7D5EEC; }
a { background-color: rgb(125,94,236); }
div.DivClassName
{
background-color: #7D5EEC;
}
.BgClassName
{
background-color: #7D5EEC;
}
</style>
border-color css
<style>
span { border-color: #7D5EEC; }
span { border-color: rgb(125,94,236); }
td.TdClassName
{
border-color: #7D5EEC;
}
.TagClassName
{
border-color: #7D5EEC;
}
</style>