Shades of Slate Blue #7A4EC4
Tints of Slate Blue #7A4EC4
RGB
CMYK
RGB Variations
Color information
#7A4EC4 (or 0x7A4EC4) is known color: Slate Blue. HEX triplet: 7A, 4E and C4. RGB value is (122,78,196). Sum of RGB (Red+Green+Blue) = 122+78+196=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A4EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4EC4 is #85B13B. Grayscale: #686868. Windows color (decimal): -8761660 or 12865146. OLE color: 12865146.
HSL color Cylindrical-coordinate representation of color #7A4EC4: hue angle of 262.37º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A4EC4 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 78 | 196 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.23 |
| HSL | 262.37º | 0.5% | 0.54% | - |
| HSV(B) | 262.37º | 0.6% | 0.77% | - |
| XYZ | 20.71 | 13.57 | 53.75 | - |
| YUV | 104.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 196 | 0.38 | 0.60 | 0 | 0.23 | 262.37 | 0.5 | 0.54 |
| Hex | 7A | 4E | C4 | 26 | 3C | 0 | 17 | 106 | 32 | 36 |
| Octal | 172 | 116 | 304 | 46 | 74 | 0 | 27 | 406 | 62 | 66 |
| Binary | 1111010 | 1001110 | 11000100 | 100110 | 111100 | 0 | 10111 | 100000110 | 110010 | 110110 |
Color Harmonies of #7A4EC4
Complementary color
Monochromatic Colors of #7A4EC4
Black with #7A4EC4
Text Example
Text Example
White with #7A4EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4EC4; }
p { color: rgb(122,78,196); }
H1.HeaderClassName
{
color: #7A4EC4;
}
.AnyTagClassName
{
color: #7A4EC4;
}
</style>
background-color css
<style>
a { background-color: #7A4EC4; }
a { background-color: rgb(122,78,196); }
div.DivClassName
{
background-color: #7A4EC4;
}
.BgClassName
{
background-color: #7A4EC4;
}
</style>
border-color css
<style>
span { border-color: #7A4EC4; }
span { border-color: rgb(122,78,196); }
td.TdClassName
{
border-color: #7A4EC4;
}
.TagClassName
{
border-color: #7A4EC4;
}
</style>