Shades of Deluge #81729C
Tints of Deluge #81729C
RGB
CMYK
RGB Variations
Color information
#81729C (or 0x81729C) is known color: Deluge. HEX triplet: 81, 72 and 9C. RGB value is (129,114,156). Sum of RGB (Red+Green+Blue) = 129+114+156=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #81729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81729C is #7E8D63. Grayscale: #7B7B7B. Windows color (decimal): -8293732 or 10252929. OLE color: 10252929.
HSL color Cylindrical-coordinate representation of color #81729C: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81729C is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 114 | 156 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.39 |
| HSL | 261.43º | 0.18% | 0.53% | - |
| HSV(B) | 261.43º | 0.27% | 0.61% | - |
| XYZ | 21.07 | 19.1 | 34.03 | - |
| YUV | 123.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 156 | 0.17 | 0.27 | 0 | 0.39 | 261.43 | 0.18 | 0.53 |
| Hex | 81 | 72 | 9C | 11 | 1B | 0 | 27 | 105 | 12 | 35 |
| Octal | 201 | 162 | 234 | 21 | 33 | 0 | 47 | 405 | 22 | 65 |
| Binary | 10000001 | 1110010 | 10011100 | 10001 | 11011 | 0 | 100111 | 100000101 | 10010 | 110101 |
Color Harmonies of #81729C
Complementary color
Monochromatic Colors of #81729C
Black with #81729C
Text Example
Text Example
White with #81729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81729C; }
p { color: rgb(129,114,156); }
H1.HeaderClassName
{
color: #81729C;
}
.AnyTagClassName
{
color: #81729C;
}
</style>
background-color css
<style>
a { background-color: #81729C; }
a { background-color: rgb(129,114,156); }
div.DivClassName
{
background-color: #81729C;
}
.BgClassName
{
background-color: #81729C;
}
</style>
border-color css
<style>
span { border-color: #81729C; }
span { border-color: rgb(129,114,156); }
td.TdClassName
{
border-color: #81729C;
}
.TagClassName
{
border-color: #81729C;
}
</style>