Shades of Medium Slate Blue #7C64EC
Tints of Medium Slate Blue #7C64EC
RGB
CMYK
RGB Variations
Color information
#7C64EC (or 0x7C64EC) is known color: Medium Slate Blue. HEX triplet: 7C, 64 and EC. RGB value is (124,100,236). Sum of RGB (Red+Green+Blue) = 124+100+236=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C64EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C64EC is #839B13. Grayscale: #7A7A7A. Windows color (decimal): -8624916 or 15492220. OLE color: 15492220.
HSL color Cylindrical-coordinate representation of color #7C64EC: hue angle of 250.59º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C64EC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 100 | 236 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.07 |
| HSL | 250.59º | 0.78% | 0.66% | - |
| HSV(B) | 250.59º | 0.58% | 0.93% | - |
| XYZ | 28.01 | 19.46 | 81.64 | - |
| YUV | 122.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 236 | 0.47 | 0.58 | 0 | 0.07 | 250.59 | 0.78 | 0.66 |
| Hex | 7C | 64 | EC | 2F | 3A | 0 | 7 | FB | 4E | 42 |
| Octal | 174 | 144 | 354 | 57 | 72 | 0 | 7 | 373 | 116 | 102 |
| Binary | 1111100 | 1100100 | 11101100 | 101111 | 111010 | 0 | 111 | 11111011 | 1001110 | 1000010 |
Color Harmonies of #7C64EC
Complementary color
Monochromatic Colors of #7C64EC
Black with #7C64EC
Text Example
Text Example
White with #7C64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C64EC; }
p { color: rgb(124,100,236); }
H1.HeaderClassName
{
color: #7C64EC;
}
.AnyTagClassName
{
color: #7C64EC;
}
</style>
background-color css
<style>
a { background-color: #7C64EC; }
a { background-color: rgb(124,100,236); }
div.DivClassName
{
background-color: #7C64EC;
}
.BgClassName
{
background-color: #7C64EC;
}
</style>
border-color css
<style>
span { border-color: #7C64EC; }
span { border-color: rgb(124,100,236); }
td.TdClassName
{
border-color: #7C64EC;
}
.TagClassName
{
border-color: #7C64EC;
}
</style>