Shades of Deluge #81799D
Tints of Deluge #81799D
RGB
CMYK
RGB Variations
Color information
#81799D (or 0x81799D) is known color: Deluge. HEX triplet: 81, 79 and 9D. RGB value is (129,121,157). Sum of RGB (Red+Green+Blue) = 129+121+157=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #81799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81799D is #7E8662. Grayscale: #7F7F7F. Windows color (decimal): -8291939 or 10320257. OLE color: 10320257.
HSL color Cylindrical-coordinate representation of color #81799D: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81799D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 121 | 157 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.38 |
| HSL | 253.33º | 0.16% | 0.55% | - |
| HSV(B) | 253.33º | 0.23% | 0.62% | - |
| XYZ | 21.98 | 20.78 | 34.75 | - |
| YUV | 127.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 157 | 0.18 | 0.23 | 0 | 0.38 | 253.33 | 0.16 | 0.55 |
| Hex | 81 | 79 | 9D | 12 | 17 | 0 | 26 | FD | 10 | 37 |
| Octal | 201 | 171 | 235 | 22 | 27 | 0 | 46 | 375 | 20 | 67 |
| Binary | 10000001 | 1111001 | 10011101 | 10010 | 10111 | 0 | 100110 | 11111101 | 10000 | 110111 |
Color Harmonies of #81799D
Complementary color
Monochromatic Colors of #81799D
Black with #81799D
Text Example
Text Example
White with #81799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81799D; }
p { color: rgb(129,121,157); }
H1.HeaderClassName
{
color: #81799D;
}
.AnyTagClassName
{
color: #81799D;
}
</style>
background-color css
<style>
a { background-color: #81799D; }
a { background-color: rgb(129,121,157); }
div.DivClassName
{
background-color: #81799D;
}
.BgClassName
{
background-color: #81799D;
}
</style>
border-color css
<style>
span { border-color: #81799D; }
span { border-color: rgb(129,121,157); }
td.TdClassName
{
border-color: #81799D;
}
.TagClassName
{
border-color: #81799D;
}
</style>