Shades of Deluge #8060AE
Tints of Deluge #8060AE
RGB
CMYK
RGB Variations
Color information
#8060AE (or 0x8060AE) is known color: Deluge. HEX triplet: 80, 60 and AE. RGB value is (128,96,174). Sum of RGB (Red+Green+Blue) = 128+96+174=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #8060AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8060AE is #7F9F51. Grayscale: #727272. Windows color (decimal): -8363858 or 11427968. OLE color: 11427968.
HSL color Cylindrical-coordinate representation of color #8060AE: hue angle of 264.62º 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 #8060AE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 96 | 174 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.32 |
| HSL | 264.62º | 0.33% | 0.53% | - |
| HSV(B) | 264.62º | 0.45% | 0.68% | - |
| XYZ | 20.72 | 16.01 | 42.04 | - |
| YUV | 114.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 174 | 0.26 | 0.45 | 0 | 0.32 | 264.62 | 0.33 | 0.53 |
| Hex | 80 | 60 | AE | 1A | 2D | 0 | 20 | 109 | 20 | 35 |
| Octal | 200 | 140 | 256 | 32 | 55 | 0 | 40 | 411 | 40 | 65 |
| Binary | 10000000 | 1100000 | 10101110 | 11010 | 101101 | 0 | 100000 | 100001001 | 100000 | 110101 |
Color Harmonies of #8060AE
Complementary color
Monochromatic Colors of #8060AE
Black with #8060AE
Text Example
Text Example
White with #8060AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060AE; }
p { color: rgb(128,96,174); }
H1.HeaderClassName
{
color: #8060AE;
}
.AnyTagClassName
{
color: #8060AE;
}
</style>
background-color css
<style>
a { background-color: #8060AE; }
a { background-color: rgb(128,96,174); }
div.DivClassName
{
background-color: #8060AE;
}
.BgClassName
{
background-color: #8060AE;
}
</style>
border-color css
<style>
span { border-color: #8060AE; }
span { border-color: rgb(128,96,174); }
td.TdClassName
{
border-color: #8060AE;
}
.TagClassName
{
border-color: #8060AE;
}
</style>