Shades of Deluge #81739B
Tints of Deluge #81739B
RGB
CMYK
RGB Variations
Color information
#81739B (or 0x81739B) is known color: Deluge. HEX triplet: 81, 73 and 9B. RGB value is (129,115,155). Sum of RGB (Red+Green+Blue) = 129+115+155=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #81739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81739B is #7E8C64. Grayscale: #7B7B7B. Windows color (decimal): -8293477 or 10187649. OLE color: 10187649.
HSL color Cylindrical-coordinate representation of color #81739B: hue angle of 261º 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 #81739B is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 115 | 155 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.39 |
| HSL | 261º | 0.17% | 0.53% | - |
| HSV(B) | 261º | 0.26% | 0.61% | - |
| XYZ | 21.1 | 19.3 | 33.62 | - |
| YUV | 123.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 155 | 0.17 | 0.26 | 0 | 0.39 | 261 | 0.17 | 0.53 |
| Hex | 81 | 73 | 9B | 11 | 1A | 0 | 27 | 105 | 11 | 35 |
| Octal | 201 | 163 | 233 | 21 | 32 | 0 | 47 | 405 | 21 | 65 |
| Binary | 10000001 | 1110011 | 10011011 | 10001 | 11010 | 0 | 100111 | 100000101 | 10001 | 110101 |
Color Harmonies of #81739B
Complementary color
Monochromatic Colors of #81739B
Black with #81739B
Text Example
Text Example
White with #81739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81739B; }
p { color: rgb(129,115,155); }
H1.HeaderClassName
{
color: #81739B;
}
.AnyTagClassName
{
color: #81739B;
}
</style>
background-color css
<style>
a { background-color: #81739B; }
a { background-color: rgb(129,115,155); }
div.DivClassName
{
background-color: #81739B;
}
.BgClassName
{
background-color: #81739B;
}
</style>
border-color css
<style>
span { border-color: #81739B; }
span { border-color: rgb(129,115,155); }
td.TdClassName
{
border-color: #81739B;
}
.TagClassName
{
border-color: #81739B;
}
</style>