Shades of Deluge #7A629A
Tints of Deluge #7A629A
RGB
CMYK
RGB Variations
Color information
#7A629A (or 0x7A629A) is known color: Deluge. HEX triplet: 7A, 62 and 9A. RGB value is (122,98,154). Sum of RGB (Red+Green+Blue) = 122+98+154=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A629A is #859D65. Grayscale: #6F6F6F. Windows color (decimal): -8756582 or 10117754. OLE color: 10117754.
HSL color Cylindrical-coordinate representation of color #7A629A: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A629A is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 98 | 154 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.40 |
| HSL | 265.71º | 0.22% | 0.49% | - |
| HSV(B) | 265.71º | 0.36% | 0.6% | - |
| XYZ | 18.23 | 15.21 | 32.55 | - |
| YUV | 111.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 154 | 0.21 | 0.36 | 0 | 0.40 | 265.71 | 0.22 | 0.49 |
| Hex | 7A | 62 | 9A | 15 | 24 | 0 | 28 | 10A | 16 | 31 |
| Octal | 172 | 142 | 232 | 25 | 44 | 0 | 50 | 412 | 26 | 61 |
| Binary | 1111010 | 1100010 | 10011010 | 10101 | 100100 | 0 | 101000 | 100001010 | 10110 | 110001 |
Color Harmonies of #7A629A
Complementary color
Monochromatic Colors of #7A629A
Black with #7A629A
Text Example
Text Example
White with #7A629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A629A; }
p { color: rgb(122,98,154); }
H1.HeaderClassName
{
color: #7A629A;
}
.AnyTagClassName
{
color: #7A629A;
}
</style>
background-color css
<style>
a { background-color: #7A629A; }
a { background-color: rgb(122,98,154); }
div.DivClassName
{
background-color: #7A629A;
}
.BgClassName
{
background-color: #7A629A;
}
</style>
border-color css
<style>
span { border-color: #7A629A; }
span { border-color: rgb(122,98,154); }
td.TdClassName
{
border-color: #7A629A;
}
.TagClassName
{
border-color: #7A629A;
}
</style>