Shades of Deluge #8477AB
Tints of Deluge #8477AB
RGB
CMYK
RGB Variations
Color information
#8477AB (or 0x8477AB) is known color: Deluge. HEX triplet: 84, 77 and AB. RGB value is (132,119,171). Sum of RGB (Red+Green+Blue) = 132+119+171=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8477AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477AB is #7B8854. Grayscale: #808080. Windows color (decimal): -8095829 or 11237252. OLE color: 11237252.
HSL color Cylindrical-coordinate representation of color #8477AB: hue angle of 255º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8477AB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 119 | 171 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.33 |
| HSL | 255º | 0.24% | 0.57% | - |
| HSV(B) | 255º | 0.3% | 0.67% | - |
| XYZ | 23.46 | 21.04 | 41.35 | - |
| YUV | 128.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 171 | 0.23 | 0.30 | 0 | 0.33 | 255 | 0.24 | 0.57 |
| Hex | 84 | 77 | AB | 17 | 1E | 0 | 21 | FF | 18 | 39 |
| Octal | 204 | 167 | 253 | 27 | 36 | 0 | 41 | 377 | 30 | 71 |
| Binary | 10000100 | 1110111 | 10101011 | 10111 | 11110 | 0 | 100001 | 11111111 | 11000 | 111001 |
Color Harmonies of #8477AB
Complementary color
Monochromatic Colors of #8477AB
Black with #8477AB
Text Example
Text Example
White with #8477AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477AB; }
p { color: rgb(132,119,171); }
H1.HeaderClassName
{
color: #8477AB;
}
.AnyTagClassName
{
color: #8477AB;
}
</style>
background-color css
<style>
a { background-color: #8477AB; }
a { background-color: rgb(132,119,171); }
div.DivClassName
{
background-color: #8477AB;
}
.BgClassName
{
background-color: #8477AB;
}
</style>
border-color css
<style>
span { border-color: #8477AB; }
span { border-color: rgb(132,119,171); }
td.TdClassName
{
border-color: #8477AB;
}
.TagClassName
{
border-color: #8477AB;
}
</style>