Shades of Medium Slate Blue #7C64EF
Tints of Medium Slate Blue #7C64EF
RGB
CMYK
RGB Variations
Color information
#7C64EF (or 0x7C64EF) is known color: Medium Slate Blue. HEX triplet: 7C, 64 and EF. RGB value is (124,100,239). Sum of RGB (Red+Green+Blue) = 124+100+239=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C64EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C64EF is #839B10. Grayscale: #7A7A7A. Windows color (decimal): -8624913 or 15688828. OLE color: 15688828.
HSL color Cylindrical-coordinate representation of color #7C64EF: hue angle of 250.36º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C64EF is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 100 | 239 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.06 |
| HSL | 250.36º | 0.81% | 0.66% | - |
| HSV(B) | 250.36º | 0.58% | 0.94% | - |
| XYZ | 28.45 | 19.63 | 83.95 | - |
| YUV | 123.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 239 | 0.48 | 0.58 | 0 | 0.06 | 250.36 | 0.81 | 0.66 |
| Hex | 7C | 64 | EF | 30 | 3A | 0 | 6 | FA | 51 | 42 |
| Octal | 174 | 144 | 357 | 60 | 72 | 0 | 6 | 372 | 121 | 102 |
| Binary | 1111100 | 1100100 | 11101111 | 110000 | 111010 | 0 | 110 | 11111010 | 1010001 | 1000010 |
Color Harmonies of #7C64EF
Complementary color
Monochromatic Colors of #7C64EF
Black with #7C64EF
Text Example
Text Example
White with #7C64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C64EF; }
p { color: rgb(124,100,239); }
H1.HeaderClassName
{
color: #7C64EF;
}
.AnyTagClassName
{
color: #7C64EF;
}
</style>
background-color css
<style>
a { background-color: #7C64EF; }
a { background-color: rgb(124,100,239); }
div.DivClassName
{
background-color: #7C64EF;
}
.BgClassName
{
background-color: #7C64EF;
}
</style>
border-color css
<style>
span { border-color: #7C64EF; }
span { border-color: rgb(124,100,239); }
td.TdClassName
{
border-color: #7C64EF;
}
.TagClassName
{
border-color: #7C64EF;
}
</style>