Shades of Deluge #846BB0
Tints of Deluge #846BB0
RGB
CMYK
RGB Variations
Color information
#846BB0 (or 0x846BB0) is known color: Deluge. HEX triplet: 84, 6B and B0. RGB value is (132,107,176). Sum of RGB (Red+Green+Blue) = 132+107+176=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #846BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BB0 is #7B944F. Grayscale: #7A7A7A. Windows color (decimal): -8098896 or 11561860. OLE color: 11561860.
HSL color Cylindrical-coordinate representation of color #846BB0: hue angle of 261.74º 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 #846BB0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 107 | 176 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.31 |
| HSL | 261.74º | 0.3% | 0.55% | - |
| HSV(B) | 261.74º | 0.39% | 0.69% | - |
| XYZ | 22.61 | 18.56 | 43.46 | - |
| YUV | 122.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 176 | 0.25 | 0.39 | 0 | 0.31 | 261.74 | 0.3 | 0.55 |
| Hex | 84 | 6B | B0 | 19 | 27 | 0 | 1F | 106 | 1E | 37 |
| Octal | 204 | 153 | 260 | 31 | 47 | 0 | 37 | 406 | 36 | 67 |
| Binary | 10000100 | 1101011 | 10110000 | 11001 | 100111 | 0 | 11111 | 100000110 | 11110 | 110111 |
Color Harmonies of #846BB0
Complementary color
Monochromatic Colors of #846BB0
Black with #846BB0
Text Example
Text Example
White with #846BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BB0; }
p { color: rgb(132,107,176); }
H1.HeaderClassName
{
color: #846BB0;
}
.AnyTagClassName
{
color: #846BB0;
}
</style>
background-color css
<style>
a { background-color: #846BB0; }
a { background-color: rgb(132,107,176); }
div.DivClassName
{
background-color: #846BB0;
}
.BgClassName
{
background-color: #846BB0;
}
</style>
border-color css
<style>
span { border-color: #846BB0; }
span { border-color: rgb(132,107,176); }
td.TdClassName
{
border-color: #846BB0;
}
.TagClassName
{
border-color: #846BB0;
}
</style>