Shades of Deluge #7A6DA4
Tints of Deluge #7A6DA4
RGB
CMYK
RGB Variations
Color information
#7A6DA4 (or 0x7A6DA4) is known color: Deluge. HEX triplet: 7A, 6D and A4. RGB value is (122,109,164). Sum of RGB (Red+Green+Blue) = 122+109+164=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A6DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6DA4 is #85925B. Grayscale: #767676. Windows color (decimal): -8753756 or 10775930. OLE color: 10775930.
HSL color Cylindrical-coordinate representation of color #7A6DA4: hue angle of 254.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6DA4 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 109 | 164 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.36 |
| HSL | 254.18º | 0.23% | 0.54% | - |
| HSV(B) | 254.18º | 0.34% | 0.64% | - |
| XYZ | 20.2 | 17.76 | 37.48 | - |
| YUV | 119.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 164 | 0.26 | 0.34 | 0 | 0.36 | 254.18 | 0.23 | 0.54 |
| Hex | 7A | 6D | A4 | 1A | 22 | 0 | 24 | FE | 17 | 36 |
| Octal | 172 | 155 | 244 | 32 | 42 | 0 | 44 | 376 | 27 | 66 |
| Binary | 1111010 | 1101101 | 10100100 | 11010 | 100010 | 0 | 100100 | 11111110 | 10111 | 110110 |
Color Harmonies of #7A6DA4
Complementary color
Monochromatic Colors of #7A6DA4
Black with #7A6DA4
Text Example
Text Example
White with #7A6DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DA4; }
p { color: rgb(122,109,164); }
H1.HeaderClassName
{
color: #7A6DA4;
}
.AnyTagClassName
{
color: #7A6DA4;
}
</style>
background-color css
<style>
a { background-color: #7A6DA4; }
a { background-color: rgb(122,109,164); }
div.DivClassName
{
background-color: #7A6DA4;
}
.BgClassName
{
background-color: #7A6DA4;
}
</style>
border-color css
<style>
span { border-color: #7A6DA4; }
span { border-color: rgb(122,109,164); }
td.TdClassName
{
border-color: #7A6DA4;
}
.TagClassName
{
border-color: #7A6DA4;
}
</style>