Shades of Deluge #81779E
Tints of Deluge #81779E
RGB
CMYK
RGB Variations
Color information
#81779E (or 0x81779E) is known color: Deluge. HEX triplet: 81, 77 and 9E. RGB value is (129,119,158). Sum of RGB (Red+Green+Blue) = 129+119+158=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #81779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81779E is #7E8861. Grayscale: #7E7E7E. Windows color (decimal): -8292450 or 10385281. OLE color: 10385281.
HSL color Cylindrical-coordinate representation of color #81779E: hue angle of 255.38º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81779E is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 119 | 158 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.38 |
| HSL | 255.38º | 0.17% | 0.54% | - |
| HSV(B) | 255.38º | 0.25% | 0.62% | - |
| XYZ | 21.82 | 20.33 | 35.12 | - |
| YUV | 126.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 158 | 0.18 | 0.25 | 0 | 0.38 | 255.38 | 0.17 | 0.54 |
| Hex | 81 | 77 | 9E | 12 | 19 | 0 | 26 | FF | 11 | 36 |
| Octal | 201 | 167 | 236 | 22 | 31 | 0 | 46 | 377 | 21 | 66 |
| Binary | 10000001 | 1110111 | 10011110 | 10010 | 11001 | 0 | 100110 | 11111111 | 10001 | 110110 |
Color Harmonies of #81779E
Complementary color
Monochromatic Colors of #81779E
Black with #81779E
Text Example
Text Example
White with #81779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81779E; }
p { color: rgb(129,119,158); }
H1.HeaderClassName
{
color: #81779E;
}
.AnyTagClassName
{
color: #81779E;
}
</style>
background-color css
<style>
a { background-color: #81779E; }
a { background-color: rgb(129,119,158); }
div.DivClassName
{
background-color: #81779E;
}
.BgClassName
{
background-color: #81779E;
}
</style>
border-color css
<style>
span { border-color: #81779E; }
span { border-color: rgb(129,119,158); }
td.TdClassName
{
border-color: #81779E;
}
.TagClassName
{
border-color: #81779E;
}
</style>