Shades of Deluge #7972AC
Tints of Deluge #7972AC
RGB
CMYK
RGB Variations
Color information
#7972AC (or 0x7972AC) is known color: Deluge. HEX triplet: 79, 72 and AC. RGB value is (121,114,172). Sum of RGB (Red+Green+Blue) = 121+114+172=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #7972AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7972AC is #868D53. Grayscale: #7A7A7A. Windows color (decimal): -8818004 or 11301497. OLE color: 11301497.
HSL color Cylindrical-coordinate representation of color #7972AC: hue angle of 247.24º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7972AC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 114 | 172 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.33 |
| HSL | 247.24º | 0.26% | 0.56% | - |
| HSV(B) | 247.24º | 0.34% | 0.67% | - |
| XYZ | 21.35 | 19.08 | 41.59 | - |
| YUV | 122.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 172 | 0.30 | 0.34 | 0 | 0.33 | 247.24 | 0.26 | 0.56 |
| Hex | 79 | 72 | AC | 1E | 22 | 0 | 21 | F7 | 1A | 38 |
| Octal | 171 | 162 | 254 | 36 | 42 | 0 | 41 | 367 | 32 | 70 |
| Binary | 1111001 | 1110010 | 10101100 | 11110 | 100010 | 0 | 100001 | 11110111 | 11010 | 111000 |
Color Harmonies of #7972AC
Complementary color
Monochromatic Colors of #7972AC
Black with #7972AC
Text Example
Text Example
White with #7972AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7972AC; }
p { color: rgb(121,114,172); }
H1.HeaderClassName
{
color: #7972AC;
}
.AnyTagClassName
{
color: #7972AC;
}
</style>
background-color css
<style>
a { background-color: #7972AC; }
a { background-color: rgb(121,114,172); }
div.DivClassName
{
background-color: #7972AC;
}
.BgClassName
{
background-color: #7972AC;
}
</style>
border-color css
<style>
span { border-color: #7972AC; }
span { border-color: rgb(121,114,172); }
td.TdClassName
{
border-color: #7972AC;
}
.TagClassName
{
border-color: #7972AC;
}
</style>