Shades of Deluge #81739A
Tints of Deluge #81739A
RGB
CMYK
RGB Variations
Color information
#81739A (or 0x81739A) is known color: Deluge. HEX triplet: 81, 73 and 9A. RGB value is (129,115,154). Sum of RGB (Red+Green+Blue) = 129+115+154=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #81739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81739A is #7E8C65. Grayscale: #7B7B7B. Windows color (decimal): -8293478 or 10122113. OLE color: 10122113.
HSL color Cylindrical-coordinate representation of color #81739A: hue angle of 261.54º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81739A is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 115 | 154 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.40 |
| HSL | 261.54º | 0.16% | 0.53% | - |
| HSV(B) | 261.54º | 0.25% | 0.6% | - |
| XYZ | 21.02 | 19.26 | 33.18 | - |
| YUV | 123.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 154 | 0.16 | 0.25 | 0 | 0.40 | 261.54 | 0.16 | 0.53 |
| Hex | 81 | 73 | 9A | 10 | 19 | 0 | 28 | 106 | 10 | 35 |
| Octal | 201 | 163 | 232 | 20 | 31 | 0 | 50 | 406 | 20 | 65 |
| Binary | 10000001 | 1110011 | 10011010 | 10000 | 11001 | 0 | 101000 | 100000110 | 10000 | 110101 |
Color Harmonies of #81739A
Complementary color
Monochromatic Colors of #81739A
Black with #81739A
Text Example
Text Example
White with #81739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81739A; }
p { color: rgb(129,115,154); }
H1.HeaderClassName
{
color: #81739A;
}
.AnyTagClassName
{
color: #81739A;
}
</style>
background-color css
<style>
a { background-color: #81739A; }
a { background-color: rgb(129,115,154); }
div.DivClassName
{
background-color: #81739A;
}
.BgClassName
{
background-color: #81739A;
}
</style>
border-color css
<style>
span { border-color: #81739A; }
span { border-color: rgb(129,115,154); }
td.TdClassName
{
border-color: #81739A;
}
.TagClassName
{
border-color: #81739A;
}
</style>