Shades of Deluge #846BA3
Tints of Deluge #846BA3
RGB
CMYK
RGB Variations
Color information
#846BA3 (or 0x846BA3) is known color: Deluge. HEX triplet: 84, 6B and A3. RGB value is (132,107,163). Sum of RGB (Red+Green+Blue) = 132+107+163=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 163 - color contains mainly: blue. Hex color #846BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BA3 is #7B945C. Grayscale: #787878. Windows color (decimal): -8098909 or 10709892. OLE color: 10709892.
HSL color Cylindrical-coordinate representation of color #846BA3: hue angle of 266.79º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #846BA3 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 107 | 163 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.36 |
| HSL | 266.79º | 0.23% | 0.53% | - |
| HSV(B) | 266.79º | 0.34% | 0.64% | - |
| XYZ | 21.38 | 18.07 | 37.01 | - |
| YUV | 120.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 163 | 0.19 | 0.34 | 0 | 0.36 | 266.79 | 0.23 | 0.53 |
| Hex | 84 | 6B | A3 | 13 | 22 | 0 | 24 | 10B | 17 | 35 |
| Octal | 204 | 153 | 243 | 23 | 42 | 0 | 44 | 413 | 27 | 65 |
| Binary | 10000100 | 1101011 | 10100011 | 10011 | 100010 | 0 | 100100 | 100001011 | 10111 | 110101 |
Color Harmonies of #846BA3
Complementary color
Monochromatic Colors of #846BA3
Black with #846BA3
Text Example
Text Example
White with #846BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BA3; }
p { color: rgb(132,107,163); }
H1.HeaderClassName
{
color: #846BA3;
}
.AnyTagClassName
{
color: #846BA3;
}
</style>
background-color css
<style>
a { background-color: #846BA3; }
a { background-color: rgb(132,107,163); }
div.DivClassName
{
background-color: #846BA3;
}
.BgClassName
{
background-color: #846BA3;
}
</style>
border-color css
<style>
span { border-color: #846BA3; }
span { border-color: rgb(132,107,163); }
td.TdClassName
{
border-color: #846BA3;
}
.TagClassName
{
border-color: #846BA3;
}
</style>