Shades of Deluge #7A6997
Tints of Deluge #7A6997
RGB
CMYK
RGB Variations
Color information
#7A6997 (or 0x7A6997) is known color: Deluge. HEX triplet: 7A, 69 and 97. RGB value is (122,105,151). Sum of RGB (Red+Green+Blue) = 122+105+151=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A6997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6997 is #859668. Grayscale: #737373. Windows color (decimal): -8754793 or 9922938. OLE color: 9922938.
HSL color Cylindrical-coordinate representation of color #7A6997: hue angle of 262.17º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6997 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 105 | 151 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.41 |
| HSL | 262.17º | 0.18% | 0.5% | - |
| HSV(B) | 262.17º | 0.3% | 0.59% | - |
| XYZ | 18.66 | 16.48 | 31.47 | - |
| YUV | 115.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 151 | 0.19 | 0.30 | 0 | 0.41 | 262.17 | 0.18 | 0.5 |
| Hex | 7A | 69 | 97 | 13 | 1E | 0 | 29 | 106 | 12 | 32 |
| Octal | 172 | 151 | 227 | 23 | 36 | 0 | 51 | 406 | 22 | 62 |
| Binary | 1111010 | 1101001 | 10010111 | 10011 | 11110 | 0 | 101001 | 100000110 | 10010 | 110010 |
Color Harmonies of #7A6997
Complementary color
Monochromatic Colors of #7A6997
Black with #7A6997
Text Example
Text Example
White with #7A6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6997; }
p { color: rgb(122,105,151); }
H1.HeaderClassName
{
color: #7A6997;
}
.AnyTagClassName
{
color: #7A6997;
}
</style>
background-color css
<style>
a { background-color: #7A6997; }
a { background-color: rgb(122,105,151); }
div.DivClassName
{
background-color: #7A6997;
}
.BgClassName
{
background-color: #7A6997;
}
</style>
border-color css
<style>
span { border-color: #7A6997; }
span { border-color: rgb(122,105,151); }
td.TdClassName
{
border-color: #7A6997;
}
.TagClassName
{
border-color: #7A6997;
}
</style>