Shades of Deluge #8478AD
Tints of Deluge #8478AD
RGB
CMYK
RGB Variations
Color information
#8478AD (or 0x8478AD) is known color: Deluge. HEX triplet: 84, 78 and AD. RGB value is (132,120,173). Sum of RGB (Red+Green+Blue) = 132+120+173=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8478AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8478AD is #7B8752. Grayscale: #818181. Windows color (decimal): -8095571 or 11368580. OLE color: 11368580.
HSL color Cylindrical-coordinate representation of color #8478AD: hue angle of 253.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8478AD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 120 | 173 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.32 |
| HSL | 253.58º | 0.24% | 0.57% | - |
| HSV(B) | 253.58º | 0.31% | 0.68% | - |
| XYZ | 23.78 | 21.36 | 42.4 | - |
| YUV | 129.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 173 | 0.24 | 0.31 | 0 | 0.32 | 253.58 | 0.24 | 0.57 |
| Hex | 84 | 78 | AD | 18 | 1F | 0 | 20 | FE | 18 | 39 |
| Octal | 204 | 170 | 255 | 30 | 37 | 0 | 40 | 376 | 30 | 71 |
| Binary | 10000100 | 1111000 | 10101101 | 11000 | 11111 | 0 | 100000 | 11111110 | 11000 | 111001 |
Color Harmonies of #8478AD
Complementary color
Monochromatic Colors of #8478AD
Black with #8478AD
Text Example
Text Example
White with #8478AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478AD; }
p { color: rgb(132,120,173); }
H1.HeaderClassName
{
color: #8478AD;
}
.AnyTagClassName
{
color: #8478AD;
}
</style>
background-color css
<style>
a { background-color: #8478AD; }
a { background-color: rgb(132,120,173); }
div.DivClassName
{
background-color: #8478AD;
}
.BgClassName
{
background-color: #8478AD;
}
</style>
border-color css
<style>
span { border-color: #8478AD; }
span { border-color: rgb(132,120,173); }
td.TdClassName
{
border-color: #8478AD;
}
.TagClassName
{
border-color: #8478AD;
}
</style>