Shades of Deluge #8060AA
Tints of Deluge #8060AA
RGB
CMYK
RGB Variations
Color information
#8060AA (or 0x8060AA) is known color: Deluge. HEX triplet: 80, 60 and AA. RGB value is (128,96,170). Sum of RGB (Red+Green+Blue) = 128+96+170=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #8060AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8060AA is #7F9F55. Grayscale: #717171. Windows color (decimal): -8363862 or 11165824. OLE color: 11165824.
HSL color Cylindrical-coordinate representation of color #8060AA: hue angle of 265.95º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8060AA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 96 | 170 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.33 |
| HSL | 265.95º | 0.3% | 0.52% | - |
| HSV(B) | 265.95º | 0.44% | 0.67% | - |
| XYZ | 20.34 | 15.86 | 40.02 | - |
| YUV | 114 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 170 | 0.25 | 0.44 | 0 | 0.33 | 265.95 | 0.3 | 0.52 |
| Hex | 80 | 60 | AA | 19 | 2C | 0 | 21 | 10A | 1E | 34 |
| Octal | 200 | 140 | 252 | 31 | 54 | 0 | 41 | 412 | 36 | 64 |
| Binary | 10000000 | 1100000 | 10101010 | 11001 | 101100 | 0 | 100001 | 100001010 | 11110 | 110100 |
Color Harmonies of #8060AA
Complementary color
Monochromatic Colors of #8060AA
Black with #8060AA
Text Example
Text Example
White with #8060AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060AA; }
p { color: rgb(128,96,170); }
H1.HeaderClassName
{
color: #8060AA;
}
.AnyTagClassName
{
color: #8060AA;
}
</style>
background-color css
<style>
a { background-color: #8060AA; }
a { background-color: rgb(128,96,170); }
div.DivClassName
{
background-color: #8060AA;
}
.BgClassName
{
background-color: #8060AA;
}
</style>
border-color css
<style>
span { border-color: #8060AA; }
span { border-color: rgb(128,96,170); }
td.TdClassName
{
border-color: #8060AA;
}
.TagClassName
{
border-color: #8060AA;
}
</style>