Shades of Deluge #846FAC
Tints of Deluge #846FAC
RGB
CMYK
RGB Variations
Color information
#846FAC (or 0x846FAC) is known color: Deluge. HEX triplet: 84, 6F and AC. RGB value is (132,111,172). Sum of RGB (Red+Green+Blue) = 132+111+172=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #846FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FAC is #7B9053. Grayscale: #7C7C7C. Windows color (decimal): -8097876 or 11300740. OLE color: 11300740.
HSL color Cylindrical-coordinate representation of color #846FAC: hue angle of 260.66º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #846FAC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 111 | 172 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.33 |
| HSL | 260.66º | 0.27% | 0.55% | - |
| HSV(B) | 260.66º | 0.35% | 0.67% | - |
| XYZ | 22.65 | 19.25 | 41.55 | - |
| YUV | 124.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 172 | 0.23 | 0.35 | 0 | 0.33 | 260.66 | 0.27 | 0.55 |
| Hex | 84 | 6F | AC | 17 | 23 | 0 | 21 | 105 | 1B | 37 |
| Octal | 204 | 157 | 254 | 27 | 43 | 0 | 41 | 405 | 33 | 67 |
| Binary | 10000100 | 1101111 | 10101100 | 10111 | 100011 | 0 | 100001 | 100000101 | 11011 | 110111 |
Color Harmonies of #846FAC
Complementary color
Monochromatic Colors of #846FAC
Black with #846FAC
Text Example
Text Example
White with #846FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FAC; }
p { color: rgb(132,111,172); }
H1.HeaderClassName
{
color: #846FAC;
}
.AnyTagClassName
{
color: #846FAC;
}
</style>
background-color css
<style>
a { background-color: #846FAC; }
a { background-color: rgb(132,111,172); }
div.DivClassName
{
background-color: #846FAC;
}
.BgClassName
{
background-color: #846FAC;
}
</style>
border-color css
<style>
span { border-color: #846FAC; }
span { border-color: rgb(132,111,172); }
td.TdClassName
{
border-color: #846FAC;
}
.TagClassName
{
border-color: #846FAC;
}
</style>