Shades of Deluge #837999
Tints of Deluge #837999
RGB
CMYK
RGB Variations
Color information
#837999 (or 0x837999) is known color: Deluge. HEX triplet: 83, 79 and 99. RGB value is (131,121,153). Sum of RGB (Red+Green+Blue) = 131+121+153=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #837999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837999 is #7C8666. Grayscale: #7F7F7F. Windows color (decimal): -8160871 or 10058115. OLE color: 10058115.
HSL color Cylindrical-coordinate representation of color #837999: hue angle of 258.75º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837999 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 121 | 153 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.4 |
| HSL | 258.75º | 0.14% | 0.54% | - |
| HSV(B) | 258.75º | 0.21% | 0.6% | - |
| XYZ | 21.95 | 20.8 | 33 | - |
| YUV | 127.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 153 | 0.14 | 0.21 | 0 | 0.4 | 258.75 | 0.14 | 0.54 |
| Hex | 83 | 79 | 99 | E | 15 | 0 | 28 | 103 | E | 36 |
| Octal | 203 | 171 | 231 | 16 | 25 | 0 | 50 | 403 | 16 | 66 |
| Binary | 10000011 | 1111001 | 10011001 | 1110 | 10101 | 0 | 101000 | 100000011 | 1110 | 110110 |
Color Harmonies of #837999
Complementary color
Monochromatic Colors of #837999
Black with #837999
Text Example
Text Example
White with #837999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837999; }
p { color: rgb(131,121,153); }
H1.HeaderClassName
{
color: #837999;
}
.AnyTagClassName
{
color: #837999;
}
</style>
background-color css
<style>
a { background-color: #837999; }
a { background-color: rgb(131,121,153); }
div.DivClassName
{
background-color: #837999;
}
.BgClassName
{
background-color: #837999;
}
</style>
border-color css
<style>
span { border-color: #837999; }
span { border-color: rgb(131,121,153); }
td.TdClassName
{
border-color: #837999;
}
.TagClassName
{
border-color: #837999;
}
</style>