Shades of Deluge #7A6EA9
Tints of Deluge #7A6EA9
RGB
CMYK
RGB Variations
Color information
#7A6EA9 (or 0x7A6EA9) is known color: Deluge. HEX triplet: 7A, 6E and A9. RGB value is (122,110,169). Sum of RGB (Red+Green+Blue) = 122+110+169=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A6EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6EA9 is #859156. Grayscale: #787878. Windows color (decimal): -8753495 or 11103866. OLE color: 11103866.
HSL color Cylindrical-coordinate representation of color #7A6EA9: hue angle of 252.2º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A6EA9 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 110 | 169 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.34 |
| HSL | 252.2º | 0.26% | 0.55% | - |
| HSV(B) | 252.2º | 0.35% | 0.66% | - |
| XYZ | 20.76 | 18.15 | 39.95 | - |
| YUV | 120.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 169 | 0.28 | 0.35 | 0 | 0.34 | 252.2 | 0.26 | 0.55 |
| Hex | 7A | 6E | A9 | 1C | 23 | 0 | 22 | FC | 1A | 37 |
| Octal | 172 | 156 | 251 | 34 | 43 | 0 | 42 | 374 | 32 | 67 |
| Binary | 1111010 | 1101110 | 10101001 | 11100 | 100011 | 0 | 100010 | 11111100 | 11010 | 110111 |
Color Harmonies of #7A6EA9
Complementary color
Monochromatic Colors of #7A6EA9
Black with #7A6EA9
Text Example
Text Example
White with #7A6EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EA9; }
p { color: rgb(122,110,169); }
H1.HeaderClassName
{
color: #7A6EA9;
}
.AnyTagClassName
{
color: #7A6EA9;
}
</style>
background-color css
<style>
a { background-color: #7A6EA9; }
a { background-color: rgb(122,110,169); }
div.DivClassName
{
background-color: #7A6EA9;
}
.BgClassName
{
background-color: #7A6EA9;
}
</style>
border-color css
<style>
span { border-color: #7A6EA9; }
span { border-color: rgb(122,110,169); }
td.TdClassName
{
border-color: #7A6EA9;
}
.TagClassName
{
border-color: #7A6EA9;
}
</style>