Shades of Deluge #837D96
Tints of Deluge #837D96
RGB
CMYK
RGB Variations
Color information
#837D96 (or 0x837D96) is known color: Deluge. HEX triplet: 83, 7D and 96. RGB value is (131,125,150). Sum of RGB (Red+Green+Blue) = 131+125+150=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #837D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D96 is #7C8269. Grayscale: #818181. Windows color (decimal): -8159850 or 9862531. OLE color: 9862531.
HSL color Cylindrical-coordinate representation of color #837D96: hue angle of 254.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #837D96 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 125 | 150 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.41 |
| HSL | 254.4º | 0.11% | 0.54% | - |
| HSV(B) | 254.4º | 0.17% | 0.59% | - |
| XYZ | 22.2 | 21.69 | 31.87 | - |
| YUV | 129.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 150 | 0.13 | 0.17 | 0 | 0.41 | 254.4 | 0.11 | 0.54 |
| Hex | 83 | 7D | 96 | D | 11 | 0 | 29 | FE | B | 36 |
| Octal | 203 | 175 | 226 | 15 | 21 | 0 | 51 | 376 | 13 | 66 |
| Binary | 10000011 | 1111101 | 10010110 | 1101 | 10001 | 0 | 101001 | 11111110 | 1011 | 110110 |
Color Harmonies of #837D96
Complementary color
Monochromatic Colors of #837D96
Black with #837D96
Text Example
Text Example
White with #837D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D96; }
p { color: rgb(131,125,150); }
H1.HeaderClassName
{
color: #837D96;
}
.AnyTagClassName
{
color: #837D96;
}
</style>
background-color css
<style>
a { background-color: #837D96; }
a { background-color: rgb(131,125,150); }
div.DivClassName
{
background-color: #837D96;
}
.BgClassName
{
background-color: #837D96;
}
</style>
border-color css
<style>
span { border-color: #837D96; }
span { border-color: rgb(131,125,150); }
td.TdClassName
{
border-color: #837D96;
}
.TagClassName
{
border-color: #837D96;
}
</style>