Shades of Medium Slate Blue #7A4EEC
Tints of Medium Slate Blue #7A4EEC
RGB
CMYK
RGB Variations
Color information
#7A4EEC (or 0x7A4EEC) is known color: Medium Slate Blue. HEX triplet: 7A, 4E and EC. RGB value is (122,78,236). Sum of RGB (Red+Green+Blue) = 122+78+236=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A4EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A4EEC is #85B113. Grayscale: #6C6C6C. Windows color (decimal): -8761620 or 15486586. OLE color: 15486586.
HSL color Cylindrical-coordinate representation of color #7A4EEC: hue angle of 256.71º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A4EEC is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 78 | 236 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.07 |
| HSL | 256.71º | 0.81% | 0.62% | - |
| HSV(B) | 256.71º | 0.67% | 0.93% | - |
| XYZ | 25.89 | 15.64 | 81.01 | - |
| YUV | 109.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 236 | 0.48 | 0.67 | 0 | 0.07 | 256.71 | 0.81 | 0.62 |
| Hex | 7A | 4E | EC | 30 | 43 | 0 | 7 | 101 | 51 | 3E |
| Octal | 172 | 116 | 354 | 60 | 103 | 0 | 7 | 401 | 121 | 76 |
| Binary | 1111010 | 1001110 | 11101100 | 110000 | 1000011 | 0 | 111 | 100000001 | 1010001 | 111110 |
Color Harmonies of #7A4EEC
Complementary color
Monochromatic Colors of #7A4EEC
Black with #7A4EEC
Text Example
Text Example
White with #7A4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4EEC; }
p { color: rgb(122,78,236); }
H1.HeaderClassName
{
color: #7A4EEC;
}
.AnyTagClassName
{
color: #7A4EEC;
}
</style>
background-color css
<style>
a { background-color: #7A4EEC; }
a { background-color: rgb(122,78,236); }
div.DivClassName
{
background-color: #7A4EEC;
}
.BgClassName
{
background-color: #7A4EEC;
}
</style>
border-color css
<style>
span { border-color: #7A4EEC; }
span { border-color: rgb(122,78,236); }
td.TdClassName
{
border-color: #7A4EEC;
}
.TagClassName
{
border-color: #7A4EEC;
}
</style>