Shades of Medium Slate Blue #7D5EED
Tints of Medium Slate Blue #7D5EED
RGB
CMYK
RGB Variations
Color information
#7D5EED (or 0x7D5EED) is known color: Medium Slate Blue. HEX triplet: 7D, 5E and ED. RGB value is (125,94,237). Sum of RGB (Red+Green+Blue) = 125+94+237=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D5EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5EED is #82A112. Grayscale: #777777. Windows color (decimal): -8560915 or 15556221. OLE color: 15556221.
HSL color Cylindrical-coordinate representation of color #7D5EED: hue angle of 253.01º degrees, saturation: 0.8, 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 #7D5EED is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 94 | 237 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.07 |
| HSL | 253.01º | 0.8% | 0.65% | - |
| HSV(B) | 253.01º | 0.6% | 0.93% | - |
| XYZ | 27.75 | 18.48 | 82.23 | - |
| YUV | 119.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 237 | 0.47 | 0.60 | 0 | 0.07 | 253.01 | 0.8 | 0.65 |
| Hex | 7D | 5E | ED | 2F | 3C | 0 | 7 | FD | 50 | 41 |
| Octal | 175 | 136 | 355 | 57 | 74 | 0 | 7 | 375 | 120 | 101 |
| Binary | 1111101 | 1011110 | 11101101 | 101111 | 111100 | 0 | 111 | 11111101 | 1010000 | 1000001 |
Color Harmonies of #7D5EED
Complementary color
Monochromatic Colors of #7D5EED
Black with #7D5EED
Text Example
Text Example
White with #7D5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5EED; }
p { color: rgb(125,94,237); }
H1.HeaderClassName
{
color: #7D5EED;
}
.AnyTagClassName
{
color: #7D5EED;
}
</style>
background-color css
<style>
a { background-color: #7D5EED; }
a { background-color: rgb(125,94,237); }
div.DivClassName
{
background-color: #7D5EED;
}
.BgClassName
{
background-color: #7D5EED;
}
</style>
border-color css
<style>
span { border-color: #7D5EED; }
span { border-color: rgb(125,94,237); }
td.TdClassName
{
border-color: #7D5EED;
}
.TagClassName
{
border-color: #7D5EED;
}
</style>