Shades of Deluge #7973AC
Tints of Deluge #7973AC
RGB
CMYK
RGB Variations
Color information
#7973AC (or 0x7973AC) is known color: Deluge. HEX triplet: 79, 73 and AC. RGB value is (121,115,172). Sum of RGB (Red+Green+Blue) = 121+115+172=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #7973AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7973AC is #868C53. Grayscale: #7B7B7B. Windows color (decimal): -8817748 or 11301753. OLE color: 11301753.
HSL color Cylindrical-coordinate representation of color #7973AC: hue angle of 246.32º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7973AC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 115 | 172 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.33 |
| HSL | 246.32º | 0.26% | 0.56% | - |
| HSV(B) | 246.32º | 0.33% | 0.67% | - |
| XYZ | 21.46 | 19.3 | 41.62 | - |
| YUV | 123.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 172 | 0.30 | 0.33 | 0 | 0.33 | 246.32 | 0.26 | 0.56 |
| Hex | 79 | 73 | AC | 1E | 21 | 0 | 21 | F6 | 1A | 38 |
| Octal | 171 | 163 | 254 | 36 | 41 | 0 | 41 | 366 | 32 | 70 |
| Binary | 1111001 | 1110011 | 10101100 | 11110 | 100001 | 0 | 100001 | 11110110 | 11010 | 111000 |
Color Harmonies of #7973AC
Complementary color
Monochromatic Colors of #7973AC
Black with #7973AC
Text Example
Text Example
White with #7973AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973AC; }
p { color: rgb(121,115,172); }
H1.HeaderClassName
{
color: #7973AC;
}
.AnyTagClassName
{
color: #7973AC;
}
</style>
background-color css
<style>
a { background-color: #7973AC; }
a { background-color: rgb(121,115,172); }
div.DivClassName
{
background-color: #7973AC;
}
.BgClassName
{
background-color: #7973AC;
}
</style>
border-color css
<style>
span { border-color: #7973AC; }
span { border-color: rgb(121,115,172); }
td.TdClassName
{
border-color: #7973AC;
}
.TagClassName
{
border-color: #7973AC;
}
</style>