Shades of Deluge #7A7997
Tints of Deluge #7A7997
RGB
CMYK
RGB Variations
Color information
#7A7997 (or 0x7A7997) is known color: Deluge. HEX triplet: 7A, 79 and 97. RGB value is (122,121,151). Sum of RGB (Red+Green+Blue) = 122+121+151=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A7997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7997 is #858668. Grayscale: #7C7C7C. Windows color (decimal): -8750697 or 9927034. OLE color: 9927034.
HSL color Cylindrical-coordinate representation of color #7A7997: hue angle of 242º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7997 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 121 | 151 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.41 |
| HSL | 242º | 0.13% | 0.53% | - |
| HSV(B) | 242º | 0.2% | 0.59% | - |
| XYZ | 20.45 | 20.05 | 32.07 | - |
| YUV | 124.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 151 | 0.19 | 0.20 | 0 | 0.41 | 242 | 0.13 | 0.53 |
| Hex | 7A | 79 | 97 | 13 | 14 | 0 | 29 | F2 | D | 35 |
| Octal | 172 | 171 | 227 | 23 | 24 | 0 | 51 | 362 | 15 | 65 |
| Binary | 1111010 | 1111001 | 10010111 | 10011 | 10100 | 0 | 101001 | 11110010 | 1101 | 110101 |
Color Harmonies of #7A7997
Complementary color
Monochromatic Colors of #7A7997
Black with #7A7997
Text Example
Text Example
White with #7A7997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7997; }
p { color: rgb(122,121,151); }
H1.HeaderClassName
{
color: #7A7997;
}
.AnyTagClassName
{
color: #7A7997;
}
</style>
background-color css
<style>
a { background-color: #7A7997; }
a { background-color: rgb(122,121,151); }
div.DivClassName
{
background-color: #7A7997;
}
.BgClassName
{
background-color: #7A7997;
}
</style>
border-color css
<style>
span { border-color: #7A7997; }
span { border-color: rgb(122,121,151); }
td.TdClassName
{
border-color: #7A7997;
}
.TagClassName
{
border-color: #7A7997;
}
</style>