Shades of Deluge #8478AB
Tints of Deluge #8478AB
RGB
CMYK
RGB Variations
Color information
#8478AB (or 0x8478AB) is known color: Deluge. HEX triplet: 84, 78 and AB. RGB value is (132,120,171). Sum of RGB (Red+Green+Blue) = 132+120+171=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #8478AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8478AB is #7B8754. Grayscale: #818181. Windows color (decimal): -8095573 or 11237508. OLE color: 11237508.
HSL color Cylindrical-coordinate representation of color #8478AB: hue angle of 254.12º degrees, saturation: 0.23, 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 #8478AB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 120 | 171 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.33 |
| HSL | 254.12º | 0.23% | 0.57% | - |
| HSV(B) | 254.12º | 0.3% | 0.67% | - |
| XYZ | 23.58 | 21.28 | 41.39 | - |
| YUV | 129.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 171 | 0.23 | 0.30 | 0 | 0.33 | 254.12 | 0.23 | 0.57 |
| Hex | 84 | 78 | AB | 17 | 1E | 0 | 21 | FE | 17 | 39 |
| Octal | 204 | 170 | 253 | 27 | 36 | 0 | 41 | 376 | 27 | 71 |
| Binary | 10000100 | 1111000 | 10101011 | 10111 | 11110 | 0 | 100001 | 11111110 | 10111 | 111001 |
Color Harmonies of #8478AB
Complementary color
Monochromatic Colors of #8478AB
Black with #8478AB
Text Example
Text Example
White with #8478AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478AB; }
p { color: rgb(132,120,171); }
H1.HeaderClassName
{
color: #8478AB;
}
.AnyTagClassName
{
color: #8478AB;
}
</style>
background-color css
<style>
a { background-color: #8478AB; }
a { background-color: rgb(132,120,171); }
div.DivClassName
{
background-color: #8478AB;
}
.BgClassName
{
background-color: #8478AB;
}
</style>
border-color css
<style>
span { border-color: #8478AB; }
span { border-color: rgb(132,120,171); }
td.TdClassName
{
border-color: #8478AB;
}
.TagClassName
{
border-color: #8478AB;
}
</style>