Shades of Medium Slate Blue #7A63EC
Tints of Medium Slate Blue #7A63EC
RGB
CMYK
RGB Variations
Color information
#7A63EC (or 0x7A63EC) is known color: Medium Slate Blue. HEX triplet: 7A, 63 and EC. RGB value is (122,99,236). Sum of RGB (Red+Green+Blue) = 122+99+236=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A63EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A63EC is #859C13. Grayscale: #787878. Windows color (decimal): -8756244 or 15491962. OLE color: 15491962.
HSL color Cylindrical-coordinate representation of color #7A63EC: hue angle of 250.07º 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 #7A63EC is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 99 | 236 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.07 |
| HSL | 250.07º | 0.78% | 0.66% | - |
| HSV(B) | 250.07º | 0.58% | 0.93% | - |
| XYZ | 27.63 | 19.12 | 81.59 | - |
| YUV | 121.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 236 | 0.48 | 0.58 | 0 | 0.07 | 250.07 | 0.78 | 0.66 |
| Hex | 7A | 63 | EC | 30 | 3A | 0 | 7 | FA | 4E | 42 |
| Octal | 172 | 143 | 354 | 60 | 72 | 0 | 7 | 372 | 116 | 102 |
| Binary | 1111010 | 1100011 | 11101100 | 110000 | 111010 | 0 | 111 | 11111010 | 1001110 | 1000010 |
Color Harmonies of #7A63EC
Complementary color
Monochromatic Colors of #7A63EC
Black with #7A63EC
Text Example
Text Example
White with #7A63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63EC; }
p { color: rgb(122,99,236); }
H1.HeaderClassName
{
color: #7A63EC;
}
.AnyTagClassName
{
color: #7A63EC;
}
</style>
background-color css
<style>
a { background-color: #7A63EC; }
a { background-color: rgb(122,99,236); }
div.DivClassName
{
background-color: #7A63EC;
}
.BgClassName
{
background-color: #7A63EC;
}
</style>
border-color css
<style>
span { border-color: #7A63EC; }
span { border-color: rgb(122,99,236); }
td.TdClassName
{
border-color: #7A63EC;
}
.TagClassName
{
border-color: #7A63EC;
}
</style>