Shades of Deluge #836EA4
Tints of Deluge #836EA4
RGB
CMYK
RGB Variations
Color information
#836EA4 (or 0x836EA4) is known color: Deluge. HEX triplet: 83, 6E and A4. RGB value is (131,110,164). Sum of RGB (Red+Green+Blue) = 131+110+164=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #836EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EA4 is #7C915B. Grayscale: #7A7A7A. Windows color (decimal): -8163676 or 10776195. OLE color: 10776195.
HSL color Cylindrical-coordinate representation of color #836EA4: hue angle of 263.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #836EA4 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 110 | 164 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.36 |
| HSL | 263.33º | 0.23% | 0.54% | - |
| HSV(B) | 263.33º | 0.33% | 0.64% | - |
| XYZ | 21.64 | 18.66 | 37.58 | - |
| YUV | 122.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 164 | 0.20 | 0.33 | 0 | 0.36 | 263.33 | 0.23 | 0.54 |
| Hex | 83 | 6E | A4 | 14 | 21 | 0 | 24 | 107 | 17 | 36 |
| Octal | 203 | 156 | 244 | 24 | 41 | 0 | 44 | 407 | 27 | 66 |
| Binary | 10000011 | 1101110 | 10100100 | 10100 | 100001 | 0 | 100100 | 100000111 | 10111 | 110110 |
Color Harmonies of #836EA4
Complementary color
Monochromatic Colors of #836EA4
Black with #836EA4
Text Example
Text Example
White with #836EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836EA4; }
p { color: rgb(131,110,164); }
H1.HeaderClassName
{
color: #836EA4;
}
.AnyTagClassName
{
color: #836EA4;
}
</style>
background-color css
<style>
a { background-color: #836EA4; }
a { background-color: rgb(131,110,164); }
div.DivClassName
{
background-color: #836EA4;
}
.BgClassName
{
background-color: #836EA4;
}
</style>
border-color css
<style>
span { border-color: #836EA4; }
span { border-color: rgb(131,110,164); }
td.TdClassName
{
border-color: #836EA4;
}
.TagClassName
{
border-color: #836EA4;
}
</style>