Shades of Medium Slate Blue #7C4DEC
Tints of Medium Slate Blue #7C4DEC
RGB
CMYK
RGB Variations
Color information
#7C4DEC (or 0x7C4DEC) is known color: Medium Slate Blue. HEX triplet: 7C, 4D and EC. RGB value is (124,77,236). Sum of RGB (Red+Green+Blue) = 124+77+236=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C4DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C4DEC is #83B213. Grayscale: #6C6C6C. Windows color (decimal): -8630804 or 15486332. OLE color: 15486332.
HSL color Cylindrical-coordinate representation of color #7C4DEC: hue angle of 257.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C4DEC is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 77 | 236 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.07 |
| HSL | 257.74º | 0.81% | 0.61% | - |
| HSV(B) | 257.74º | 0.67% | 0.93% | - |
| XYZ | 26.11 | 15.65 | 81 | - |
| YUV | 109.18 | 199.57 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 236 | 0.47 | 0.67 | 0 | 0.07 | 257.74 | 0.81 | 0.61 |
| Hex | 7C | 4D | EC | 2F | 43 | 0 | 7 | 102 | 51 | 3D |
| Octal | 174 | 115 | 354 | 57 | 103 | 0 | 7 | 402 | 121 | 75 |
| Binary | 1111100 | 1001101 | 11101100 | 101111 | 1000011 | 0 | 111 | 100000010 | 1010001 | 111101 |
Color Harmonies of #7C4DEC
Complementary color
Monochromatic Colors of #7C4DEC
Black with #7C4DEC
Text Example
Text Example
White with #7C4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4DEC; }
p { color: rgb(124,77,236); }
H1.HeaderClassName
{
color: #7C4DEC;
}
.AnyTagClassName
{
color: #7C4DEC;
}
</style>
background-color css
<style>
a { background-color: #7C4DEC; }
a { background-color: rgb(124,77,236); }
div.DivClassName
{
background-color: #7C4DEC;
}
.BgClassName
{
background-color: #7C4DEC;
}
</style>
border-color css
<style>
span { border-color: #7C4DEC; }
span { border-color: rgb(124,77,236); }
td.TdClassName
{
border-color: #7C4DEC;
}
.TagClassName
{
border-color: #7C4DEC;
}
</style>