Shades of Deluge #8475A2
Tints of Deluge #8475A2
RGB
CMYK
RGB Variations
Color information
#8475A2 (or 0x8475A2) is known color: Deluge. HEX triplet: 84, 75 and A2. RGB value is (132,117,162). Sum of RGB (Red+Green+Blue) = 132+117+162=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 162 - color contains mainly: blue. Hex color #8475A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8475A2 is #7B8A5D. Grayscale: #7E7E7E. Windows color (decimal): -8096350 or 10646916. OLE color: 10646916.
HSL color Cylindrical-coordinate representation of color #8475A2: hue angle of 260º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8475A2 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 117 | 162 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.36 |
| HSL | 260º | 0.19% | 0.55% | - |
| HSV(B) | 260º | 0.28% | 0.64% | - |
| XYZ | 22.4 | 20.24 | 36.91 | - |
| YUV | 126.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 162 | 0.19 | 0.28 | 0 | 0.36 | 260 | 0.19 | 0.55 |
| Hex | 84 | 75 | A2 | 13 | 1C | 0 | 24 | 104 | 13 | 37 |
| Octal | 204 | 165 | 242 | 23 | 34 | 0 | 44 | 404 | 23 | 67 |
| Binary | 10000100 | 1110101 | 10100010 | 10011 | 11100 | 0 | 100100 | 100000100 | 10011 | 110111 |
Color Harmonies of #8475A2
Complementary color
Monochromatic Colors of #8475A2
Black with #8475A2
Text Example
Text Example
White with #8475A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8475A2; }
p { color: rgb(132,117,162); }
H1.HeaderClassName
{
color: #8475A2;
}
.AnyTagClassName
{
color: #8475A2;
}
</style>
background-color css
<style>
a { background-color: #8475A2; }
a { background-color: rgb(132,117,162); }
div.DivClassName
{
background-color: #8475A2;
}
.BgClassName
{
background-color: #8475A2;
}
</style>
border-color css
<style>
span { border-color: #8475A2; }
span { border-color: rgb(132,117,162); }
td.TdClassName
{
border-color: #8475A2;
}
.TagClassName
{
border-color: #8475A2;
}
</style>