Shades of Deluge #81769F
Tints of Deluge #81769F
RGB
CMYK
RGB Variations
Color information
#81769F (or 0x81769F) is known color: Deluge. HEX triplet: 81, 76 and 9F. RGB value is (129,118,159). Sum of RGB (Red+Green+Blue) = 129+118+159=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #81769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81769F is #7E8960. Grayscale: #7D7D7D. Windows color (decimal): -8292705 or 10450561. OLE color: 10450561.
HSL color Cylindrical-coordinate representation of color #81769F: hue angle of 256.1º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81769F is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 118 | 159 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.38 |
| HSL | 256.1º | 0.18% | 0.54% | - |
| HSV(B) | 256.1º | 0.26% | 0.62% | - |
| XYZ | 21.79 | 20.13 | 35.54 | - |
| YUV | 125.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 159 | 0.19 | 0.26 | 0 | 0.38 | 256.1 | 0.18 | 0.54 |
| Hex | 81 | 76 | 9F | 13 | 1A | 0 | 26 | 100 | 12 | 36 |
| Octal | 201 | 166 | 237 | 23 | 32 | 0 | 46 | 400 | 22 | 66 |
| Binary | 10000001 | 1110110 | 10011111 | 10011 | 11010 | 0 | 100110 | 100000000 | 10010 | 110110 |
Color Harmonies of #81769F
Complementary color
Monochromatic Colors of #81769F
Black with #81769F
Text Example
Text Example
White with #81769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81769F; }
p { color: rgb(129,118,159); }
H1.HeaderClassName
{
color: #81769F;
}
.AnyTagClassName
{
color: #81769F;
}
</style>
background-color css
<style>
a { background-color: #81769F; }
a { background-color: rgb(129,118,159); }
div.DivClassName
{
background-color: #81769F;
}
.BgClassName
{
background-color: #81769F;
}
</style>
border-color css
<style>
span { border-color: #81769F; }
span { border-color: rgb(129,118,159); }
td.TdClassName
{
border-color: #81769F;
}
.TagClassName
{
border-color: #81769F;
}
</style>