Shades of Deluge #846DAB
Tints of Deluge #846DAB
RGB
CMYK
RGB Variations
Color information
#846DAB (or 0x846DAB) is known color: Deluge. HEX triplet: 84, 6D and AB. RGB value is (132,109,171). Sum of RGB (Red+Green+Blue) = 132+109+171=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #846DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846DAB is #7B9254. Grayscale: #7A7A7A. Windows color (decimal): -8098389 or 11234692. OLE color: 11234692.
HSL color Cylindrical-coordinate representation of color #846DAB: hue angle of 262.26º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #846DAB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 109 | 171 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.33 |
| HSL | 262.26º | 0.27% | 0.55% | - |
| HSV(B) | 262.26º | 0.36% | 0.67% | - |
| XYZ | 22.34 | 18.78 | 40.98 | - |
| YUV | 122.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 171 | 0.23 | 0.36 | 0 | 0.33 | 262.26 | 0.27 | 0.55 |
| Hex | 84 | 6D | AB | 17 | 24 | 0 | 21 | 106 | 1B | 37 |
| Octal | 204 | 155 | 253 | 27 | 44 | 0 | 41 | 406 | 33 | 67 |
| Binary | 10000100 | 1101101 | 10101011 | 10111 | 100100 | 0 | 100001 | 100000110 | 11011 | 110111 |
Color Harmonies of #846DAB
Complementary color
Monochromatic Colors of #846DAB
Black with #846DAB
Text Example
Text Example
White with #846DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846DAB; }
p { color: rgb(132,109,171); }
H1.HeaderClassName
{
color: #846DAB;
}
.AnyTagClassName
{
color: #846DAB;
}
</style>
background-color css
<style>
a { background-color: #846DAB; }
a { background-color: rgb(132,109,171); }
div.DivClassName
{
background-color: #846DAB;
}
.BgClassName
{
background-color: #846DAB;
}
</style>
border-color css
<style>
span { border-color: #846DAB; }
span { border-color: rgb(132,109,171); }
td.TdClassName
{
border-color: #846DAB;
}
.TagClassName
{
border-color: #846DAB;
}
</style>