Shades of Deluge #81769A
Tints of Deluge #81769A
RGB
CMYK
RGB Variations
Color information
#81769A (or 0x81769A) is known color: Deluge. HEX triplet: 81, 76 and 9A. RGB value is (129,118,154). Sum of RGB (Red+Green+Blue) = 129+118+154=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #81769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81769A is #7E8965. Grayscale: #7D7D7D. Windows color (decimal): -8292710 or 10122881. OLE color: 10122881.
HSL color Cylindrical-coordinate representation of color #81769A: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81769A is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 118 | 154 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.40 |
| HSL | 258.33º | 0.15% | 0.53% | - |
| HSV(B) | 258.33º | 0.23% | 0.6% | - |
| XYZ | 21.36 | 19.96 | 33.3 | - |
| YUV | 125.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 154 | 0.16 | 0.23 | 0 | 0.40 | 258.33 | 0.15 | 0.53 |
| Hex | 81 | 76 | 9A | 10 | 17 | 0 | 28 | 102 | F | 35 |
| Octal | 201 | 166 | 232 | 20 | 27 | 0 | 50 | 402 | 17 | 65 |
| Binary | 10000001 | 1110110 | 10011010 | 10000 | 10111 | 0 | 101000 | 100000010 | 1111 | 110101 |
Color Harmonies of #81769A
Complementary color
Monochromatic Colors of #81769A
Black with #81769A
Text Example
Text Example
White with #81769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81769A; }
p { color: rgb(129,118,154); }
H1.HeaderClassName
{
color: #81769A;
}
.AnyTagClassName
{
color: #81769A;
}
</style>
background-color css
<style>
a { background-color: #81769A; }
a { background-color: rgb(129,118,154); }
div.DivClassName
{
background-color: #81769A;
}
.BgClassName
{
background-color: #81769A;
}
</style>
border-color css
<style>
span { border-color: #81769A; }
span { border-color: rgb(129,118,154); }
td.TdClassName
{
border-color: #81769A;
}
.TagClassName
{
border-color: #81769A;
}
</style>