Shades of Medium Slate Blue #7C5EDD
Tints of Medium Slate Blue #7C5EDD
RGB
CMYK
RGB Variations
Color information
#7C5EDD (or 0x7C5EDD) is known color: Medium Slate Blue. HEX triplet: 7C, 5E and DD. RGB value is (124,94,221). Sum of RGB (Red+Green+Blue) = 124+94+221=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C5EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5EDD is #83A122. Grayscale: #747474. Windows color (decimal): -8626467 or 14507644. OLE color: 14507644.
HSL color Cylindrical-coordinate representation of color #7C5EDD: hue angle of 254.17º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C5EDD is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 94 | 221 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.13 |
| HSL | 254.17º | 0.65% | 0.62% | - |
| HSV(B) | 254.17º | 0.57% | 0.87% | - |
| XYZ | 25.37 | 17.51 | 70.45 | - |
| YUV | 117.45 | 186.44 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 221 | 0.44 | 0.57 | 0 | 0.13 | 254.17 | 0.65 | 0.62 |
| Hex | 7C | 5E | DD | 2C | 39 | 0 | D | FE | 41 | 3E |
| Octal | 174 | 136 | 335 | 54 | 71 | 0 | 15 | 376 | 101 | 76 |
| Binary | 1111100 | 1011110 | 11011101 | 101100 | 111001 | 0 | 1101 | 11111110 | 1000001 | 111110 |
Color Harmonies of #7C5EDD
Complementary color
Monochromatic Colors of #7C5EDD
Black with #7C5EDD
Text Example
Text Example
White with #7C5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5EDD; }
p { color: rgb(124,94,221); }
H1.HeaderClassName
{
color: #7C5EDD;
}
.AnyTagClassName
{
color: #7C5EDD;
}
</style>
background-color css
<style>
a { background-color: #7C5EDD; }
a { background-color: rgb(124,94,221); }
div.DivClassName
{
background-color: #7C5EDD;
}
.BgClassName
{
background-color: #7C5EDD;
}
</style>
border-color css
<style>
span { border-color: #7C5EDD; }
span { border-color: rgb(124,94,221); }
td.TdClassName
{
border-color: #7C5EDD;
}
.TagClassName
{
border-color: #7C5EDD;
}
</style>