Shades of Deluge #7A629C
Tints of Deluge #7A629C
RGB
CMYK
RGB Variations
Color information
#7A629C (or 0x7A629C) is known color: Deluge. HEX triplet: 7A, 62 and 9C. RGB value is (122,98,156). Sum of RGB (Red+Green+Blue) = 122+98+156=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A629C is #859D63. Grayscale: #6F6F6F. Windows color (decimal): -8756580 or 10248826. OLE color: 10248826.
HSL color Cylindrical-coordinate representation of color #7A629C: hue angle of 264.83º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A629C is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 98 | 156 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.39 |
| HSL | 264.83º | 0.23% | 0.5% | - |
| HSV(B) | 264.83º | 0.37% | 0.61% | - |
| XYZ | 18.39 | 15.27 | 33.43 | - |
| YUV | 111.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 156 | 0.22 | 0.37 | 0 | 0.39 | 264.83 | 0.23 | 0.5 |
| Hex | 7A | 62 | 9C | 16 | 25 | 0 | 27 | 109 | 17 | 32 |
| Octal | 172 | 142 | 234 | 26 | 45 | 0 | 47 | 411 | 27 | 62 |
| Binary | 1111010 | 1100010 | 10011100 | 10110 | 100101 | 0 | 100111 | 100001001 | 10111 | 110010 |
Color Harmonies of #7A629C
Complementary color
Monochromatic Colors of #7A629C
Black with #7A629C
Text Example
Text Example
White with #7A629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A629C; }
p { color: rgb(122,98,156); }
H1.HeaderClassName
{
color: #7A629C;
}
.AnyTagClassName
{
color: #7A629C;
}
</style>
background-color css
<style>
a { background-color: #7A629C; }
a { background-color: rgb(122,98,156); }
div.DivClassName
{
background-color: #7A629C;
}
.BgClassName
{
background-color: #7A629C;
}
</style>
border-color css
<style>
span { border-color: #7A629C; }
span { border-color: rgb(122,98,156); }
td.TdClassName
{
border-color: #7A629C;
}
.TagClassName
{
border-color: #7A629C;
}
</style>