Shades of Medium Slate Blue #7A4EFF
Tints of Medium Slate Blue #7A4EFF
RGB
CMYK
RGB Variations
Color information
#7A4EFF (or 0x7A4EFF) is known color: Medium Slate Blue. HEX triplet: 7A, 4E and FF. RGB value is (122,78,255). Sum of RGB (Red+Green+Blue) = 122+78+255=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A4EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A4EFF is #85B100. Grayscale: #6E6E6E. Windows color (decimal): -8761601 or 16731770. OLE color: 16731770.
HSL color Cylindrical-coordinate representation of color #7A4EFF: hue angle of 254.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A4EFF is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 78 | 255 | - |
| CMYK | 0.52 | 0.69 | 0 | 0 |
| HSL | 254.92º | 1% | 0.65% | - |
| HSV(B) | 254.92º | 0.69% | 1% | - |
| XYZ | 28.8 | 16.81 | 96.33 | - |
| YUV | 111.33 | 209.08 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 255 | 0.52 | 0.69 | 0 | 0 | 254.92 | 1 | 0.65 |
| Hex | 7A | 4E | FF | 34 | 45 | 0 | 0 | FF | 64 | 41 |
| Octal | 172 | 116 | 377 | 64 | 105 | 0 | 0 | 377 | 144 | 101 |
| Binary | 1111010 | 1001110 | 11111111 | 110100 | 1000101 | 0 | 0 | 11111111 | 1100100 | 1000001 |
Color Harmonies of #7A4EFF
Complementary color
Monochromatic Colors of #7A4EFF
Black with #7A4EFF
Text Example
Text Example
White with #7A4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4EFF; }
p { color: rgb(122,78,255); }
H1.HeaderClassName
{
color: #7A4EFF;
}
.AnyTagClassName
{
color: #7A4EFF;
}
</style>
background-color css
<style>
a { background-color: #7A4EFF; }
a { background-color: rgb(122,78,255); }
div.DivClassName
{
background-color: #7A4EFF;
}
.BgClassName
{
background-color: #7A4EFF;
}
</style>
border-color css
<style>
span { border-color: #7A4EFF; }
span { border-color: rgb(122,78,255); }
td.TdClassName
{
border-color: #7A4EFF;
}
.TagClassName
{
border-color: #7A4EFF;
}
</style>