Shades of Deluge #837E93
Tints of Deluge #837E93
RGB
CMYK
RGB Variations
Color information
#837E93 (or 0x837E93) is known color: Deluge. HEX triplet: 83, 7E and 93. RGB value is (131,126,147). Sum of RGB (Red+Green+Blue) = 131+126+147=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #837E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E93 is #7C816C. Grayscale: #818181. Windows color (decimal): -8159597 or 9666179. OLE color: 9666179.
HSL color Cylindrical-coordinate representation of color #837E93: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #837E93 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 126 | 147 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.42 |
| HSL | 254.29º | 0.09% | 0.54% | - |
| HSV(B) | 254.29º | 0.14% | 0.58% | - |
| XYZ | 22.09 | 21.85 | 30.66 | - |
| YUV | 129.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 147 | 0.11 | 0.14 | 0 | 0.42 | 254.29 | 0.09 | 0.54 |
| Hex | 83 | 7E | 93 | B | E | 0 | 2A | FE | 9 | 36 |
| Octal | 203 | 176 | 223 | 13 | 16 | 0 | 52 | 376 | 11 | 66 |
| Binary | 10000011 | 1111110 | 10010011 | 1011 | 1110 | 0 | 101010 | 11111110 | 1001 | 110110 |
Color Harmonies of #837E93
Complementary color
Monochromatic Colors of #837E93
Black with #837E93
Text Example
Text Example
White with #837E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E93; }
p { color: rgb(131,126,147); }
H1.HeaderClassName
{
color: #837E93;
}
.AnyTagClassName
{
color: #837E93;
}
</style>
background-color css
<style>
a { background-color: #837E93; }
a { background-color: rgb(131,126,147); }
div.DivClassName
{
background-color: #837E93;
}
.BgClassName
{
background-color: #837E93;
}
</style>
border-color css
<style>
span { border-color: #837E93; }
span { border-color: rgb(131,126,147); }
td.TdClassName
{
border-color: #837E93;
}
.TagClassName
{
border-color: #837E93;
}
</style>