Shades of Deluge #7971AD
Tints of Deluge #7971AD
RGB
CMYK
RGB Variations
Color information
#7971AD (or 0x7971AD) is known color: Deluge. HEX triplet: 79, 71 and AD. RGB value is (121,113,173). Sum of RGB (Red+Green+Blue) = 121+113+173=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #7971AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7971AD is #868E52. Grayscale: #7A7A7A. Windows color (decimal): -8818259 or 11366777. OLE color: 11366777.
HSL color Cylindrical-coordinate representation of color #7971AD: hue angle of 248º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7971AD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 113 | 173 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.32 |
| HSL | 248º | 0.27% | 0.56% | - |
| HSV(B) | 248º | 0.35% | 0.68% | - |
| XYZ | 21.33 | 18.89 | 42.06 | - |
| YUV | 122.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 173 | 0.30 | 0.35 | 0 | 0.32 | 248 | 0.27 | 0.56 |
| Hex | 79 | 71 | AD | 1E | 23 | 0 | 20 | F8 | 1B | 38 |
| Octal | 171 | 161 | 255 | 36 | 43 | 0 | 40 | 370 | 33 | 70 |
| Binary | 1111001 | 1110001 | 10101101 | 11110 | 100011 | 0 | 100000 | 11111000 | 11011 | 111000 |
Color Harmonies of #7971AD
Complementary color
Monochromatic Colors of #7971AD
Black with #7971AD
Text Example
Text Example
White with #7971AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971AD; }
p { color: rgb(121,113,173); }
H1.HeaderClassName
{
color: #7971AD;
}
.AnyTagClassName
{
color: #7971AD;
}
</style>
background-color css
<style>
a { background-color: #7971AD; }
a { background-color: rgb(121,113,173); }
div.DivClassName
{
background-color: #7971AD;
}
.BgClassName
{
background-color: #7971AD;
}
</style>
border-color css
<style>
span { border-color: #7971AD; }
span { border-color: rgb(121,113,173); }
td.TdClassName
{
border-color: #7971AD;
}
.TagClassName
{
border-color: #7971AD;
}
</style>