Shades of Medium Slate Blue #7963EC
Tints of Medium Slate Blue #7963EC
RGB
CMYK
RGB Variations
Color information
#7963EC (or 0x7963EC) is known color: Medium Slate Blue. HEX triplet: 79, 63 and EC. RGB value is (121,99,236). Sum of RGB (Red+Green+Blue) = 121+99+236=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #7963EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7963EC is #869C13. Grayscale: #787878. Windows color (decimal): -8821780 or 15491961. OLE color: 15491961.
HSL color Cylindrical-coordinate representation of color #7963EC: hue angle of 249.64º 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 #7963EC is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 99 | 236 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.07 |
| HSL | 249.64º | 0.78% | 0.66% | - |
| HSV(B) | 249.64º | 0.58% | 0.93% | - |
| XYZ | 27.49 | 19.04 | 81.58 | - |
| YUV | 121.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 236 | 0.49 | 0.58 | 0 | 0.07 | 249.64 | 0.78 | 0.66 |
| Hex | 79 | 63 | EC | 31 | 3A | 0 | 7 | FA | 4E | 42 |
| Octal | 171 | 143 | 354 | 61 | 72 | 0 | 7 | 372 | 116 | 102 |
| Binary | 1111001 | 1100011 | 11101100 | 110001 | 111010 | 0 | 111 | 11111010 | 1001110 | 1000010 |
Color Harmonies of #7963EC
Complementary color
Monochromatic Colors of #7963EC
Black with #7963EC
Text Example
Text Example
White with #7963EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963EC; }
p { color: rgb(121,99,236); }
H1.HeaderClassName
{
color: #7963EC;
}
.AnyTagClassName
{
color: #7963EC;
}
</style>
background-color css
<style>
a { background-color: #7963EC; }
a { background-color: rgb(121,99,236); }
div.DivClassName
{
background-color: #7963EC;
}
.BgClassName
{
background-color: #7963EC;
}
</style>
border-color css
<style>
span { border-color: #7963EC; }
span { border-color: rgb(121,99,236); }
td.TdClassName
{
border-color: #7963EC;
}
.TagClassName
{
border-color: #7963EC;
}
</style>