Shades of Medium Slate Blue #7963EF
Tints of Medium Slate Blue #7963EF
RGB
CMYK
RGB Variations
Color information
#7963EF (or 0x7963EF) is known color: Medium Slate Blue. HEX triplet: 79, 63 and EF. RGB value is (121,99,239). Sum of RGB (Red+Green+Blue) = 121+99+239=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #7963EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7963EF is #869C10. Grayscale: #797979. Windows color (decimal): -8821777 or 15688569. OLE color: 15688569.
HSL color Cylindrical-coordinate representation of color #7963EF: hue angle of 249.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7963EF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 99 | 239 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.06 |
| HSL | 249.43º | 0.81% | 0.66% | - |
| HSV(B) | 249.43º | 0.59% | 0.94% | - |
| XYZ | 27.93 | 19.22 | 83.9 | - |
| YUV | 121.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 239 | 0.49 | 0.59 | 0 | 0.06 | 249.43 | 0.81 | 0.66 |
| Hex | 79 | 63 | EF | 31 | 3B | 0 | 6 | F9 | 51 | 42 |
| Octal | 171 | 143 | 357 | 61 | 73 | 0 | 6 | 371 | 121 | 102 |
| Binary | 1111001 | 1100011 | 11101111 | 110001 | 111011 | 0 | 110 | 11111001 | 1010001 | 1000010 |
Color Harmonies of #7963EF
Complementary color
Monochromatic Colors of #7963EF
Black with #7963EF
Text Example
Text Example
White with #7963EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963EF; }
p { color: rgb(121,99,239); }
H1.HeaderClassName
{
color: #7963EF;
}
.AnyTagClassName
{
color: #7963EF;
}
</style>
background-color css
<style>
a { background-color: #7963EF; }
a { background-color: rgb(121,99,239); }
div.DivClassName
{
background-color: #7963EF;
}
.BgClassName
{
background-color: #7963EF;
}
</style>
border-color css
<style>
span { border-color: #7963EF; }
span { border-color: rgb(121,99,239); }
td.TdClassName
{
border-color: #7963EF;
}
.TagClassName
{
border-color: #7963EF;
}
</style>