Shades of Medium Slate Blue #7C64EA
Tints of Medium Slate Blue #7C64EA
RGB
CMYK
RGB Variations
Color information
#7C64EA (or 0x7C64EA) is known color: Medium Slate Blue. HEX triplet: 7C, 64 and EA. RGB value is (124,100,234). Sum of RGB (Red+Green+Blue) = 124+100+234=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C64EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C64EA is #839B15. Grayscale: #797979. Windows color (decimal): -8624918 or 15361148. OLE color: 15361148.
HSL color Cylindrical-coordinate representation of color #7C64EA: hue angle of 250.75º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C64EA is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 100 | 234 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.08 |
| HSL | 250.75º | 0.76% | 0.65% | - |
| HSV(B) | 250.75º | 0.57% | 0.92% | - |
| XYZ | 27.72 | 19.34 | 80.11 | - |
| YUV | 122.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 234 | 0.47 | 0.57 | 0 | 0.08 | 250.75 | 0.76 | 0.65 |
| Hex | 7C | 64 | EA | 2F | 39 | 0 | 8 | FB | 4C | 41 |
| Octal | 174 | 144 | 352 | 57 | 71 | 0 | 10 | 373 | 114 | 101 |
| Binary | 1111100 | 1100100 | 11101010 | 101111 | 111001 | 0 | 1000 | 11111011 | 1001100 | 1000001 |
Color Harmonies of #7C64EA
Complementary color
Monochromatic Colors of #7C64EA
Black with #7C64EA
Text Example
Text Example
White with #7C64EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C64EA; }
p { color: rgb(124,100,234); }
H1.HeaderClassName
{
color: #7C64EA;
}
.AnyTagClassName
{
color: #7C64EA;
}
</style>
background-color css
<style>
a { background-color: #7C64EA; }
a { background-color: rgb(124,100,234); }
div.DivClassName
{
background-color: #7C64EA;
}
.BgClassName
{
background-color: #7C64EA;
}
</style>
border-color css
<style>
span { border-color: #7C64EA; }
span { border-color: rgb(124,100,234); }
td.TdClassName
{
border-color: #7C64EA;
}
.TagClassName
{
border-color: #7C64EA;
}
</style>