Shades of Deluge #837E9A
Tints of Deluge #837E9A
RGB
CMYK
RGB Variations
Color information
#837E9A (or 0x837E9A) is known color: Deluge. HEX triplet: 83, 7E and 9A. RGB value is (131,126,154). Sum of RGB (Red+Green+Blue) = 131+126+154=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #837E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E9A is #7C8165. Grayscale: #828282. Windows color (decimal): -8159590 or 10124931. OLE color: 10124931.
HSL color Cylindrical-coordinate representation of color #837E9A: hue angle of 250.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #837E9A is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 126 | 154 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.40 |
| HSL | 250.71º | 0.12% | 0.55% | - |
| HSV(B) | 250.71º | 0.18% | 0.6% | - |
| XYZ | 22.65 | 22.08 | 33.64 | - |
| YUV | 130.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 154 | 0.15 | 0.18 | 0 | 0.40 | 250.71 | 0.12 | 0.55 |
| Hex | 83 | 7E | 9A | F | 12 | 0 | 28 | FB | C | 37 |
| Octal | 203 | 176 | 232 | 17 | 22 | 0 | 50 | 373 | 14 | 67 |
| Binary | 10000011 | 1111110 | 10011010 | 1111 | 10010 | 0 | 101000 | 11111011 | 1100 | 110111 |
Color Harmonies of #837E9A
Complementary color
Monochromatic Colors of #837E9A
Black with #837E9A
Text Example
Text Example
White with #837E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E9A; }
p { color: rgb(131,126,154); }
H1.HeaderClassName
{
color: #837E9A;
}
.AnyTagClassName
{
color: #837E9A;
}
</style>
background-color css
<style>
a { background-color: #837E9A; }
a { background-color: rgb(131,126,154); }
div.DivClassName
{
background-color: #837E9A;
}
.BgClassName
{
background-color: #837E9A;
}
</style>
border-color css
<style>
span { border-color: #837E9A; }
span { border-color: rgb(131,126,154); }
td.TdClassName
{
border-color: #837E9A;
}
.TagClassName
{
border-color: #837E9A;
}
</style>