Shades of Deluge #8069AB
Tints of Deluge #8069AB
RGB
CMYK
RGB Variations
Color information
#8069AB (or 0x8069AB) is known color: Deluge. HEX triplet: 80, 69 and AB. RGB value is (128,105,171). Sum of RGB (Red+Green+Blue) = 128+105+171=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #8069AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069AB is #7F9654. Grayscale: #777777. Windows color (decimal): -8361557 or 11233664. OLE color: 11233664.
HSL color Cylindrical-coordinate representation of color #8069AB: hue angle of 260.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8069AB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 105 | 171 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.33 |
| HSL | 260.91º | 0.28% | 0.54% | - |
| HSV(B) | 260.91º | 0.39% | 0.67% | - |
| XYZ | 21.3 | 17.63 | 40.81 | - |
| YUV | 119.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 171 | 0.25 | 0.39 | 0 | 0.33 | 260.91 | 0.28 | 0.54 |
| Hex | 80 | 69 | AB | 19 | 27 | 0 | 21 | 105 | 1C | 36 |
| Octal | 200 | 151 | 253 | 31 | 47 | 0 | 41 | 405 | 34 | 66 |
| Binary | 10000000 | 1101001 | 10101011 | 11001 | 100111 | 0 | 100001 | 100000101 | 11100 | 110110 |
Color Harmonies of #8069AB
Complementary color
Monochromatic Colors of #8069AB
Black with #8069AB
Text Example
Text Example
White with #8069AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069AB; }
p { color: rgb(128,105,171); }
H1.HeaderClassName
{
color: #8069AB;
}
.AnyTagClassName
{
color: #8069AB;
}
</style>
background-color css
<style>
a { background-color: #8069AB; }
a { background-color: rgb(128,105,171); }
div.DivClassName
{
background-color: #8069AB;
}
.BgClassName
{
background-color: #8069AB;
}
</style>
border-color css
<style>
span { border-color: #8069AB; }
span { border-color: rgb(128,105,171); }
td.TdClassName
{
border-color: #8069AB;
}
.TagClassName
{
border-color: #8069AB;
}
</style>