Shades of Medium Slate Blue #7C5EEC
Tints of Medium Slate Blue #7C5EEC
RGB
CMYK
RGB Variations
Color information
#7C5EEC (or 0x7C5EEC) is known color: Medium Slate Blue. HEX triplet: 7C, 5E and EC. RGB value is (124,94,236). Sum of RGB (Red+Green+Blue) = 124+94+236=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C5EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5EEC is #83A113. Grayscale: #767676. Windows color (decimal): -8626452 or 15490684. OLE color: 15490684.
HSL color Cylindrical-coordinate representation of color #7C5EEC: hue angle of 252.68º 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 #7C5EEC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 94 | 236 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.07 |
| HSL | 252.68º | 0.79% | 0.65% | - |
| HSV(B) | 252.68º | 0.6% | 0.93% | - |
| XYZ | 27.46 | 18.35 | 81.45 | - |
| YUV | 119.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 236 | 0.47 | 0.60 | 0 | 0.07 | 252.68 | 0.79 | 0.65 |
| Hex | 7C | 5E | EC | 2F | 3C | 0 | 7 | FD | 4F | 41 |
| Octal | 174 | 136 | 354 | 57 | 74 | 0 | 7 | 375 | 117 | 101 |
| Binary | 1111100 | 1011110 | 11101100 | 101111 | 111100 | 0 | 111 | 11111101 | 1001111 | 1000001 |
Color Harmonies of #7C5EEC
Complementary color
Monochromatic Colors of #7C5EEC
Black with #7C5EEC
Text Example
Text Example
White with #7C5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5EEC; }
p { color: rgb(124,94,236); }
H1.HeaderClassName
{
color: #7C5EEC;
}
.AnyTagClassName
{
color: #7C5EEC;
}
</style>
background-color css
<style>
a { background-color: #7C5EEC; }
a { background-color: rgb(124,94,236); }
div.DivClassName
{
background-color: #7C5EEC;
}
.BgClassName
{
background-color: #7C5EEC;
}
</style>
border-color css
<style>
span { border-color: #7C5EEC; }
span { border-color: rgb(124,94,236); }
td.TdClassName
{
border-color: #7C5EEC;
}
.TagClassName
{
border-color: #7C5EEC;
}
</style>