Shades of Deluge #8478AA
Tints of Deluge #8478AA
RGB
CMYK
RGB Variations
Color information
#8478AA (or 0x8478AA) is known color: Deluge. HEX triplet: 84, 78 and AA. RGB value is (132,120,170). Sum of RGB (Red+Green+Blue) = 132+120+170=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #8478AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8478AA is #7B8755. Grayscale: #818181. Windows color (decimal): -8095574 or 11171972. OLE color: 11171972.
HSL color Cylindrical-coordinate representation of color #8478AA: hue angle of 254.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8478AA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 120 | 170 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.33 |
| HSL | 254.4º | 0.23% | 0.57% | - |
| HSV(B) | 254.4º | 0.29% | 0.67% | - |
| XYZ | 23.49 | 21.24 | 40.89 | - |
| YUV | 129.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 170 | 0.22 | 0.29 | 0 | 0.33 | 254.4 | 0.23 | 0.57 |
| Hex | 84 | 78 | AA | 16 | 1D | 0 | 21 | FE | 17 | 39 |
| Octal | 204 | 170 | 252 | 26 | 35 | 0 | 41 | 376 | 27 | 71 |
| Binary | 10000100 | 1111000 | 10101010 | 10110 | 11101 | 0 | 100001 | 11111110 | 10111 | 111001 |
Color Harmonies of #8478AA
Complementary color
Monochromatic Colors of #8478AA
Black with #8478AA
Text Example
Text Example
White with #8478AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478AA; }
p { color: rgb(132,120,170); }
H1.HeaderClassName
{
color: #8478AA;
}
.AnyTagClassName
{
color: #8478AA;
}
</style>
background-color css
<style>
a { background-color: #8478AA; }
a { background-color: rgb(132,120,170); }
div.DivClassName
{
background-color: #8478AA;
}
.BgClassName
{
background-color: #8478AA;
}
</style>
border-color css
<style>
span { border-color: #8478AA; }
span { border-color: rgb(132,120,170); }
td.TdClassName
{
border-color: #8478AA;
}
.TagClassName
{
border-color: #8478AA;
}
</style>