Shades of Deluge #847AA9
Tints of Deluge #847AA9
RGB
CMYK
RGB Variations
Color information
#847AA9 (or 0x847AA9) is known color: Deluge. HEX triplet: 84, 7A and A9. RGB value is (132,122,169). Sum of RGB (Red+Green+Blue) = 132+122+169=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #847AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AA9 is #7B8556. Grayscale: #828282. Windows color (decimal): -8095063 or 11106948. OLE color: 11106948.
HSL color Cylindrical-coordinate representation of color #847AA9: hue angle of 252.77º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847AA9 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 122 | 169 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.34 |
| HSL | 252.77º | 0.21% | 0.57% | - |
| HSV(B) | 252.77º | 0.28% | 0.66% | - |
| XYZ | 23.64 | 21.69 | 40.48 | - |
| YUV | 130.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 169 | 0.22 | 0.28 | 0 | 0.34 | 252.77 | 0.21 | 0.57 |
| Hex | 84 | 7A | A9 | 16 | 1C | 0 | 22 | FD | 15 | 39 |
| Octal | 204 | 172 | 251 | 26 | 34 | 0 | 42 | 375 | 25 | 71 |
| Binary | 10000100 | 1111010 | 10101001 | 10110 | 11100 | 0 | 100010 | 11111101 | 10101 | 111001 |
Color Harmonies of #847AA9
Complementary color
Monochromatic Colors of #847AA9
Black with #847AA9
Text Example
Text Example
White with #847AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847AA9; }
p { color: rgb(132,122,169); }
H1.HeaderClassName
{
color: #847AA9;
}
.AnyTagClassName
{
color: #847AA9;
}
</style>
background-color css
<style>
a { background-color: #847AA9; }
a { background-color: rgb(132,122,169); }
div.DivClassName
{
background-color: #847AA9;
}
.BgClassName
{
background-color: #847AA9;
}
</style>
border-color css
<style>
span { border-color: #847AA9; }
span { border-color: rgb(132,122,169); }
td.TdClassName
{
border-color: #847AA9;
}
.TagClassName
{
border-color: #847AA9;
}
</style>