Shades of Medium Slate Blue #7C47EC
Tints of Medium Slate Blue #7C47EC
RGB
CMYK
RGB Variations
Color information
#7C47EC (or 0x7C47EC) is known color: Medium Slate Blue. HEX triplet: 7C, 47 and EC. RGB value is (124,71,236). Sum of RGB (Red+Green+Blue) = 124+71+236=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C47EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C47EC is #83B813. Grayscale: #696969. Windows color (decimal): -8632340 or 15484796. OLE color: 15484796.
HSL color Cylindrical-coordinate representation of color #7C47EC: hue angle of 259.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C47EC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 71 | 236 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.07 |
| HSL | 259.27º | 0.81% | 0.6% | - |
| HSV(B) | 259.27º | 0.7% | 0.93% | - |
| XYZ | 25.71 | 14.85 | 80.87 | - |
| YUV | 105.66 | 201.56 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 236 | 0.47 | 0.70 | 0 | 0.07 | 259.27 | 0.81 | 0.6 |
| Hex | 7C | 47 | EC | 2F | 46 | 0 | 7 | 103 | 51 | 3C |
| Octal | 174 | 107 | 354 | 57 | 106 | 0 | 7 | 403 | 121 | 74 |
| Binary | 1111100 | 1000111 | 11101100 | 101111 | 1000110 | 0 | 111 | 100000011 | 1010001 | 111100 |
Color Harmonies of #7C47EC
Complementary color
Monochromatic Colors of #7C47EC
Black with #7C47EC
Text Example
Text Example
White with #7C47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C47EC; }
p { color: rgb(124,71,236); }
H1.HeaderClassName
{
color: #7C47EC;
}
.AnyTagClassName
{
color: #7C47EC;
}
</style>
background-color css
<style>
a { background-color: #7C47EC; }
a { background-color: rgb(124,71,236); }
div.DivClassName
{
background-color: #7C47EC;
}
.BgClassName
{
background-color: #7C47EC;
}
</style>
border-color css
<style>
span { border-color: #7C47EC; }
span { border-color: rgb(124,71,236); }
td.TdClassName
{
border-color: #7C47EC;
}
.TagClassName
{
border-color: #7C47EC;
}
</style>