Shades of Deluge #836BA0
Tints of Deluge #836BA0
RGB
CMYK
RGB Variations
Color information
#836BA0 (or 0x836BA0) is known color: Deluge. HEX triplet: 83, 6B and A0. RGB value is (131,107,160). Sum of RGB (Red+Green+Blue) = 131+107+160=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #836BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BA0 is #7C945F. Grayscale: #787878. Windows color (decimal): -8164448 or 10513283. OLE color: 10513283.
HSL color Cylindrical-coordinate representation of color #836BA0: hue angle of 267.17º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #836BA0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 107 | 160 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.37 |
| HSL | 267.17º | 0.22% | 0.52% | - |
| HSV(B) | 267.17º | 0.33% | 0.63% | - |
| XYZ | 20.96 | 17.88 | 35.6 | - |
| YUV | 120.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 160 | 0.18 | 0.33 | 0 | 0.37 | 267.17 | 0.22 | 0.52 |
| Hex | 83 | 6B | A0 | 12 | 21 | 0 | 25 | 10B | 16 | 34 |
| Octal | 203 | 153 | 240 | 22 | 41 | 0 | 45 | 413 | 26 | 64 |
| Binary | 10000011 | 1101011 | 10100000 | 10010 | 100001 | 0 | 100101 | 100001011 | 10110 | 110100 |
Color Harmonies of #836BA0
Complementary color
Monochromatic Colors of #836BA0
Black with #836BA0
Text Example
Text Example
White with #836BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836BA0; }
p { color: rgb(131,107,160); }
H1.HeaderClassName
{
color: #836BA0;
}
.AnyTagClassName
{
color: #836BA0;
}
</style>
background-color css
<style>
a { background-color: #836BA0; }
a { background-color: rgb(131,107,160); }
div.DivClassName
{
background-color: #836BA0;
}
.BgClassName
{
background-color: #836BA0;
}
</style>
border-color css
<style>
span { border-color: #836BA0; }
span { border-color: rgb(131,107,160); }
td.TdClassName
{
border-color: #836BA0;
}
.TagClassName
{
border-color: #836BA0;
}
</style>