Shades of Medium Slate Blue #7963EE
Tints of Medium Slate Blue #7963EE
RGB
CMYK
RGB Variations
Color information
#7963EE (or 0x7963EE) is known color: Medium Slate Blue. HEX triplet: 79, 63 and EE. RGB value is (121,99,238). Sum of RGB (Red+Green+Blue) = 121+99+238=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #7963EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7963EE is #869C11. Grayscale: #787878. Windows color (decimal): -8821778 or 15623033. OLE color: 15623033.
HSL color Cylindrical-coordinate representation of color #7963EE: hue angle of 249.5º degrees, saturation: 0.8, 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 #7963EE is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 99 | 238 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.07 |
| HSL | 249.5º | 0.8% | 0.66% | - |
| HSV(B) | 249.5º | 0.58% | 0.93% | - |
| XYZ | 27.78 | 19.16 | 83.12 | - |
| YUV | 121.42 | 193.79 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 238 | 0.49 | 0.58 | 0 | 0.07 | 249.5 | 0.8 | 0.66 |
| Hex | 79 | 63 | EE | 31 | 3A | 0 | 7 | F9 | 50 | 42 |
| Octal | 171 | 143 | 356 | 61 | 72 | 0 | 7 | 371 | 120 | 102 |
| Binary | 1111001 | 1100011 | 11101110 | 110001 | 111010 | 0 | 111 | 11111001 | 1010000 | 1000010 |
Color Harmonies of #7963EE
Complementary color
Monochromatic Colors of #7963EE
Black with #7963EE
Text Example
Text Example
White with #7963EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963EE; }
p { color: rgb(121,99,238); }
H1.HeaderClassName
{
color: #7963EE;
}
.AnyTagClassName
{
color: #7963EE;
}
</style>
background-color css
<style>
a { background-color: #7963EE; }
a { background-color: rgb(121,99,238); }
div.DivClassName
{
background-color: #7963EE;
}
.BgClassName
{
background-color: #7963EE;
}
</style>
border-color css
<style>
span { border-color: #7963EE; }
span { border-color: rgb(121,99,238); }
td.TdClassName
{
border-color: #7963EE;
}
.TagClassName
{
border-color: #7963EE;
}
</style>