Shades of Deluge #837B9E
Tints of Deluge #837B9E
RGB
CMYK
RGB Variations
Color information
#837B9E (or 0x837B9E) is known color: Deluge. HEX triplet: 83, 7B and 9E. RGB value is (131,123,158). Sum of RGB (Red+Green+Blue) = 131+123+158=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #837B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B9E is #7C8461. Grayscale: #818181. Windows color (decimal): -8160354 or 10386307. OLE color: 10386307.
HSL color Cylindrical-coordinate representation of color #837B9E: hue angle of 253.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837B9E is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 123 | 158 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.38 |
| HSL | 253.71º | 0.15% | 0.55% | - |
| HSV(B) | 253.71º | 0.22% | 0.62% | - |
| XYZ | 22.61 | 21.46 | 35.3 | - |
| YUV | 129.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 158 | 0.17 | 0.22 | 0 | 0.38 | 253.71 | 0.15 | 0.55 |
| Hex | 83 | 7B | 9E | 11 | 16 | 0 | 26 | FE | F | 37 |
| Octal | 203 | 173 | 236 | 21 | 26 | 0 | 46 | 376 | 17 | 67 |
| Binary | 10000011 | 1111011 | 10011110 | 10001 | 10110 | 0 | 100110 | 11111110 | 1111 | 110111 |
Color Harmonies of #837B9E
Complementary color
Monochromatic Colors of #837B9E
Black with #837B9E
Text Example
Text Example
White with #837B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837B9E; }
p { color: rgb(131,123,158); }
H1.HeaderClassName
{
color: #837B9E;
}
.AnyTagClassName
{
color: #837B9E;
}
</style>
background-color css
<style>
a { background-color: #837B9E; }
a { background-color: rgb(131,123,158); }
div.DivClassName
{
background-color: #837B9E;
}
.BgClassName
{
background-color: #837B9E;
}
</style>
border-color css
<style>
span { border-color: #837B9E; }
span { border-color: rgb(131,123,158); }
td.TdClassName
{
border-color: #837B9E;
}
.TagClassName
{
border-color: #837B9E;
}
</style>