Shades of Deluge #81739C
Tints of Deluge #81739C
RGB
CMYK
RGB Variations
Color information
#81739C (or 0x81739C) is known color: Deluge. HEX triplet: 81, 73 and 9C. RGB value is (129,115,156). Sum of RGB (Red+Green+Blue) = 129+115+156=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #81739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81739C is #7E8C63. Grayscale: #7B7B7B. Windows color (decimal): -8293476 or 10253185. OLE color: 10253185.
HSL color Cylindrical-coordinate representation of color #81739C: hue angle of 260.49º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81739C is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 115 | 156 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.39 |
| HSL | 260.49º | 0.17% | 0.53% | - |
| HSV(B) | 260.49º | 0.26% | 0.61% | - |
| XYZ | 21.18 | 19.33 | 34.07 | - |
| YUV | 123.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 156 | 0.17 | 0.26 | 0 | 0.39 | 260.49 | 0.17 | 0.53 |
| Hex | 81 | 73 | 9C | 11 | 1A | 0 | 27 | 104 | 11 | 35 |
| Octal | 201 | 163 | 234 | 21 | 32 | 0 | 47 | 404 | 21 | 65 |
| Binary | 10000001 | 1110011 | 10011100 | 10001 | 11010 | 0 | 100111 | 100000100 | 10001 | 110101 |
Color Harmonies of #81739C
Complementary color
Monochromatic Colors of #81739C
Black with #81739C
Text Example
Text Example
White with #81739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81739C; }
p { color: rgb(129,115,156); }
H1.HeaderClassName
{
color: #81739C;
}
.AnyTagClassName
{
color: #81739C;
}
</style>
background-color css
<style>
a { background-color: #81739C; }
a { background-color: rgb(129,115,156); }
div.DivClassName
{
background-color: #81739C;
}
.BgClassName
{
background-color: #81739C;
}
</style>
border-color css
<style>
span { border-color: #81739C; }
span { border-color: rgb(129,115,156); }
td.TdClassName
{
border-color: #81739C;
}
.TagClassName
{
border-color: #81739C;
}
</style>