Shades of Deluge #837C9B
Tints of Deluge #837C9B
RGB
CMYK
RGB Variations
Color information
#837C9B (or 0x837C9B) is known color: Deluge. HEX triplet: 83, 7C and 9B. RGB value is (131,124,155). Sum of RGB (Red+Green+Blue) = 131+124+155=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #837C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C9B is #7C8364. Grayscale: #818181. Windows color (decimal): -8160101 or 10189955. OLE color: 10189955.
HSL color Cylindrical-coordinate representation of color #837C9B: hue angle of 253.55º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837C9B is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 124 | 155 | - |
| CMYK | 0.15 | 0.2 | 0 | 0.39 |
| HSL | 253.55º | 0.13% | 0.55% | - |
| HSV(B) | 253.55º | 0.2% | 0.61% | - |
| XYZ | 22.48 | 21.61 | 34 | - |
| YUV | 129.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 155 | 0.15 | 0.2 | 0 | 0.39 | 253.55 | 0.13 | 0.55 |
| Hex | 83 | 7C | 9B | F | 14 | 0 | 27 | FE | D | 37 |
| Octal | 203 | 174 | 233 | 17 | 24 | 0 | 47 | 376 | 15 | 67 |
| Binary | 10000011 | 1111100 | 10011011 | 1111 | 10100 | 0 | 100111 | 11111110 | 1101 | 110111 |
Color Harmonies of #837C9B
Complementary color
Monochromatic Colors of #837C9B
Black with #837C9B
Text Example
Text Example
White with #837C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C9B; }
p { color: rgb(131,124,155); }
H1.HeaderClassName
{
color: #837C9B;
}
.AnyTagClassName
{
color: #837C9B;
}
</style>
background-color css
<style>
a { background-color: #837C9B; }
a { background-color: rgb(131,124,155); }
div.DivClassName
{
background-color: #837C9B;
}
.BgClassName
{
background-color: #837C9B;
}
</style>
border-color css
<style>
span { border-color: #837C9B; }
span { border-color: rgb(131,124,155); }
td.TdClassName
{
border-color: #837C9B;
}
.TagClassName
{
border-color: #837C9B;
}
</style>