Shades of Deluge #81799F
Tints of Deluge #81799F
RGB
CMYK
RGB Variations
Color information
#81799F (or 0x81799F) is known color: Deluge. HEX triplet: 81, 79 and 9F. RGB value is (129,121,159). Sum of RGB (Red+Green+Blue) = 129+121+159=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #81799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81799F is #7E8660. Grayscale: #7F7F7F. Windows color (decimal): -8291937 or 10451329. OLE color: 10451329.
HSL color Cylindrical-coordinate representation of color #81799F: hue angle of 252.63º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81799F is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 121 | 159 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.38 |
| HSL | 252.63º | 0.17% | 0.55% | - |
| HSV(B) | 252.63º | 0.24% | 0.62% | - |
| XYZ | 22.15 | 20.85 | 35.66 | - |
| YUV | 127.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 159 | 0.19 | 0.24 | 0 | 0.38 | 252.63 | 0.17 | 0.55 |
| Hex | 81 | 79 | 9F | 13 | 18 | 0 | 26 | FD | 11 | 37 |
| Octal | 201 | 171 | 237 | 23 | 30 | 0 | 46 | 375 | 21 | 67 |
| Binary | 10000001 | 1111001 | 10011111 | 10011 | 11000 | 0 | 100110 | 11111101 | 10001 | 110111 |
Color Harmonies of #81799F
Complementary color
Monochromatic Colors of #81799F
Black with #81799F
Text Example
Text Example
White with #81799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81799F; }
p { color: rgb(129,121,159); }
H1.HeaderClassName
{
color: #81799F;
}
.AnyTagClassName
{
color: #81799F;
}
</style>
background-color css
<style>
a { background-color: #81799F; }
a { background-color: rgb(129,121,159); }
div.DivClassName
{
background-color: #81799F;
}
.BgClassName
{
background-color: #81799F;
}
</style>
border-color css
<style>
span { border-color: #81799F; }
span { border-color: rgb(129,121,159); }
td.TdClassName
{
border-color: #81799F;
}
.TagClassName
{
border-color: #81799F;
}
</style>