Shades of Deluge #81779D
Tints of Deluge #81779D
RGB
CMYK
RGB Variations
Color information
#81779D (or 0x81779D) is known color: Deluge. HEX triplet: 81, 77 and 9D. RGB value is (129,119,157). Sum of RGB (Red+Green+Blue) = 129+119+157=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #81779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81779D is #7E8862. Grayscale: #7E7E7E. Windows color (decimal): -8292451 or 10319745. OLE color: 10319745.
HSL color Cylindrical-coordinate representation of color #81779D: hue angle of 255.79º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81779D is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 119 | 157 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.38 |
| HSL | 255.79º | 0.16% | 0.54% | - |
| HSV(B) | 255.79º | 0.24% | 0.62% | - |
| XYZ | 21.74 | 20.3 | 34.67 | - |
| YUV | 126.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 157 | 0.18 | 0.24 | 0 | 0.38 | 255.79 | 0.16 | 0.54 |
| Hex | 81 | 77 | 9D | 12 | 18 | 0 | 26 | 100 | 10 | 36 |
| Octal | 201 | 167 | 235 | 22 | 30 | 0 | 46 | 400 | 20 | 66 |
| Binary | 10000001 | 1110111 | 10011101 | 10010 | 11000 | 0 | 100110 | 100000000 | 10000 | 110110 |
Color Harmonies of #81779D
Complementary color
Monochromatic Colors of #81779D
Black with #81779D
Text Example
Text Example
White with #81779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81779D; }
p { color: rgb(129,119,157); }
H1.HeaderClassName
{
color: #81779D;
}
.AnyTagClassName
{
color: #81779D;
}
</style>
background-color css
<style>
a { background-color: #81779D; }
a { background-color: rgb(129,119,157); }
div.DivClassName
{
background-color: #81779D;
}
.BgClassName
{
background-color: #81779D;
}
</style>
border-color css
<style>
span { border-color: #81779D; }
span { border-color: rgb(129,119,157); }
td.TdClassName
{
border-color: #81779D;
}
.TagClassName
{
border-color: #81779D;
}
</style>