Shades of Medium Slate Blue #7C63EC
Tints of Medium Slate Blue #7C63EC
RGB
CMYK
RGB Variations
Color information
#7C63EC (or 0x7C63EC) is known color: Medium Slate Blue. HEX triplet: 7C, 63 and EC. RGB value is (124,99,236). Sum of RGB (Red+Green+Blue) = 124+99+236=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C63EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C63EC is #839C13. Grayscale: #797979. Windows color (decimal): -8625172 or 15491964. OLE color: 15491964.
HSL color Cylindrical-coordinate representation of color #7C63EC: hue angle of 250.95º 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 #7C63EC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 99 | 236 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.07 |
| HSL | 250.95º | 0.78% | 0.66% | - |
| HSV(B) | 250.95º | 0.58% | 0.93% | - |
| XYZ | 27.91 | 19.26 | 81.6 | - |
| YUV | 122.09 | 192.28 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 236 | 0.47 | 0.58 | 0 | 0.07 | 250.95 | 0.78 | 0.66 |
| Hex | 7C | 63 | EC | 2F | 3A | 0 | 7 | FB | 4E | 42 |
| Octal | 174 | 143 | 354 | 57 | 72 | 0 | 7 | 373 | 116 | 102 |
| Binary | 1111100 | 1100011 | 11101100 | 101111 | 111010 | 0 | 111 | 11111011 | 1001110 | 1000010 |
Color Harmonies of #7C63EC
Complementary color
Monochromatic Colors of #7C63EC
Black with #7C63EC
Text Example
Text Example
White with #7C63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C63EC; }
p { color: rgb(124,99,236); }
H1.HeaderClassName
{
color: #7C63EC;
}
.AnyTagClassName
{
color: #7C63EC;
}
</style>
background-color css
<style>
a { background-color: #7C63EC; }
a { background-color: rgb(124,99,236); }
div.DivClassName
{
background-color: #7C63EC;
}
.BgClassName
{
background-color: #7C63EC;
}
</style>
border-color css
<style>
span { border-color: #7C63EC; }
span { border-color: rgb(124,99,236); }
td.TdClassName
{
border-color: #7C63EC;
}
.TagClassName
{
border-color: #7C63EC;
}
</style>