Shades of Deluge #836BB0
Tints of Deluge #836BB0
RGB
CMYK
RGB Variations
Color information
#836BB0 (or 0x836BB0) is known color: Deluge. HEX triplet: 83, 6B and B0. RGB value is (131,107,176). Sum of RGB (Red+Green+Blue) = 131+107+176=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 176 - color contains mainly: blue. Hex color #836BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BB0 is #7C944F. Grayscale: #797979. Windows color (decimal): -8164432 or 11561859. OLE color: 11561859.
HSL color Cylindrical-coordinate representation of color #836BB0: hue angle of 260.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #836BB0 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 107 | 176 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.31 |
| HSL | 260.87º | 0.3% | 0.55% | - |
| HSV(B) | 260.87º | 0.39% | 0.69% | - |
| XYZ | 22.45 | 18.48 | 43.46 | - |
| YUV | 122.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 176 | 0.26 | 0.39 | 0 | 0.31 | 260.87 | 0.3 | 0.55 |
| Hex | 83 | 6B | B0 | 1A | 27 | 0 | 1F | 105 | 1E | 37 |
| Octal | 203 | 153 | 260 | 32 | 47 | 0 | 37 | 405 | 36 | 67 |
| Binary | 10000011 | 1101011 | 10110000 | 11010 | 100111 | 0 | 11111 | 100000101 | 11110 | 110111 |
Color Harmonies of #836BB0
Complementary color
Monochromatic Colors of #836BB0
Black with #836BB0
Text Example
Text Example
White with #836BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836BB0; }
p { color: rgb(131,107,176); }
H1.HeaderClassName
{
color: #836BB0;
}
.AnyTagClassName
{
color: #836BB0;
}
</style>
background-color css
<style>
a { background-color: #836BB0; }
a { background-color: rgb(131,107,176); }
div.DivClassName
{
background-color: #836BB0;
}
.BgClassName
{
background-color: #836BB0;
}
</style>
border-color css
<style>
span { border-color: #836BB0; }
span { border-color: rgb(131,107,176); }
td.TdClassName
{
border-color: #836BB0;
}
.TagClassName
{
border-color: #836BB0;
}
</style>