Shades of Deluge #7973AA
Tints of Deluge #7973AA
RGB
CMYK
RGB Variations
Color information
#7973AA (or 0x7973AA) is known color: Deluge. HEX triplet: 79, 73 and AA. RGB value is (121,115,170). Sum of RGB (Red+Green+Blue) = 121+115+170=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #7973AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7973AA is #868C55. Grayscale: #7A7A7A. Windows color (decimal): -8817750 or 11170681. OLE color: 11170681.
HSL color Cylindrical-coordinate representation of color #7973AA: hue angle of 246.55º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7973AA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 115 | 170 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.33 |
| HSL | 246.55º | 0.24% | 0.56% | - |
| HSV(B) | 246.55º | 0.32% | 0.67% | - |
| XYZ | 21.27 | 19.23 | 40.62 | - |
| YUV | 123.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 170 | 0.29 | 0.32 | 0 | 0.33 | 246.55 | 0.24 | 0.56 |
| Hex | 79 | 73 | AA | 1D | 20 | 0 | 21 | F7 | 18 | 38 |
| Octal | 171 | 163 | 252 | 35 | 40 | 0 | 41 | 367 | 30 | 70 |
| Binary | 1111001 | 1110011 | 10101010 | 11101 | 100000 | 0 | 100001 | 11110111 | 11000 | 111000 |
Color Harmonies of #7973AA
Complementary color
Monochromatic Colors of #7973AA
Black with #7973AA
Text Example
Text Example
White with #7973AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973AA; }
p { color: rgb(121,115,170); }
H1.HeaderClassName
{
color: #7973AA;
}
.AnyTagClassName
{
color: #7973AA;
}
</style>
background-color css
<style>
a { background-color: #7973AA; }
a { background-color: rgb(121,115,170); }
div.DivClassName
{
background-color: #7973AA;
}
.BgClassName
{
background-color: #7973AA;
}
</style>
border-color css
<style>
span { border-color: #7973AA; }
span { border-color: rgb(121,115,170); }
td.TdClassName
{
border-color: #7973AA;
}
.TagClassName
{
border-color: #7973AA;
}
</style>