Shades of Deluge #7971AB
Tints of Deluge #7971AB
RGB
CMYK
RGB Variations
Color information
#7971AB (or 0x7971AB) is known color: Deluge. HEX triplet: 79, 71 and AB. RGB value is (121,113,171). Sum of RGB (Red+Green+Blue) = 121+113+171=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #7971AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7971AB is #868E54. Grayscale: #797979. Windows color (decimal): -8818261 or 11235705. OLE color: 11235705.
HSL color Cylindrical-coordinate representation of color #7971AB: hue angle of 248.28º 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 #7971AB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 113 | 171 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.33 |
| HSL | 248.28º | 0.26% | 0.56% | - |
| HSV(B) | 248.28º | 0.34% | 0.67% | - |
| XYZ | 21.14 | 18.82 | 41.05 | - |
| YUV | 122 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 171 | 0.29 | 0.34 | 0 | 0.33 | 248.28 | 0.26 | 0.56 |
| Hex | 79 | 71 | AB | 1D | 22 | 0 | 21 | F8 | 1A | 38 |
| Octal | 171 | 161 | 253 | 35 | 42 | 0 | 41 | 370 | 32 | 70 |
| Binary | 1111001 | 1110001 | 10101011 | 11101 | 100010 | 0 | 100001 | 11111000 | 11010 | 111000 |
Color Harmonies of #7971AB
Complementary color
Monochromatic Colors of #7971AB
Black with #7971AB
Text Example
Text Example
White with #7971AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971AB; }
p { color: rgb(121,113,171); }
H1.HeaderClassName
{
color: #7971AB;
}
.AnyTagClassName
{
color: #7971AB;
}
</style>
background-color css
<style>
a { background-color: #7971AB; }
a { background-color: rgb(121,113,171); }
div.DivClassName
{
background-color: #7971AB;
}
.BgClassName
{
background-color: #7971AB;
}
</style>
border-color css
<style>
span { border-color: #7971AB; }
span { border-color: rgb(121,113,171); }
td.TdClassName
{
border-color: #7971AB;
}
.TagClassName
{
border-color: #7971AB;
}
</style>