Shades of Deluge #8460AE
Tints of Deluge #8460AE
RGB
CMYK
RGB Variations
Color information
#8460AE (or 0x8460AE) is known color: Deluge. HEX triplet: 84, 60 and AE. RGB value is (132,96,174). Sum of RGB (Red+Green+Blue) = 132+96+174=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #8460AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8460AE is #7B9F51. Grayscale: #737373. Windows color (decimal): -8101714 or 11427972. OLE color: 11427972.
HSL color Cylindrical-coordinate representation of color #8460AE: hue angle of 267.69º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8460AE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 96 | 174 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.32 |
| HSL | 267.69º | 0.33% | 0.53% | - |
| HSV(B) | 267.69º | 0.45% | 0.68% | - |
| XYZ | 21.34 | 16.33 | 42.07 | - |
| YUV | 115.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 174 | 0.24 | 0.45 | 0 | 0.32 | 267.69 | 0.33 | 0.53 |
| Hex | 84 | 60 | AE | 18 | 2D | 0 | 20 | 10C | 20 | 35 |
| Octal | 204 | 140 | 256 | 30 | 55 | 0 | 40 | 414 | 40 | 65 |
| Binary | 10000100 | 1100000 | 10101110 | 11000 | 101101 | 0 | 100000 | 100001100 | 100000 | 110101 |
Color Harmonies of #8460AE
Complementary color
Monochromatic Colors of #8460AE
Black with #8460AE
Text Example
Text Example
White with #8460AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460AE; }
p { color: rgb(132,96,174); }
H1.HeaderClassName
{
color: #8460AE;
}
.AnyTagClassName
{
color: #8460AE;
}
</style>
background-color css
<style>
a { background-color: #8460AE; }
a { background-color: rgb(132,96,174); }
div.DivClassName
{
background-color: #8460AE;
}
.BgClassName
{
background-color: #8460AE;
}
</style>
border-color css
<style>
span { border-color: #8460AE; }
span { border-color: rgb(132,96,174); }
td.TdClassName
{
border-color: #8460AE;
}
.TagClassName
{
border-color: #8460AE;
}
</style>