Shades of Deluge #8064AB
Tints of Deluge #8064AB
RGB
CMYK
RGB Variations
Color information
#8064AB (or 0x8064AB) is known color: Deluge. HEX triplet: 80, 64 and AB. RGB value is (128,100,171). Sum of RGB (Red+Green+Blue) = 128+100+171=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8064AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064AB is #7F9B54. Grayscale: #747474. Windows color (decimal): -8362837 or 11232384. OLE color: 11232384.
HSL color Cylindrical-coordinate representation of color #8064AB: hue angle of 263.66º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8064AB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 100 | 171 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.33 |
| HSL | 263.66º | 0.3% | 0.53% | - |
| HSV(B) | 263.66º | 0.42% | 0.67% | - |
| XYZ | 20.81 | 16.64 | 40.64 | - |
| YUV | 116.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 171 | 0.25 | 0.42 | 0 | 0.33 | 263.66 | 0.3 | 0.53 |
| Hex | 80 | 64 | AB | 19 | 2A | 0 | 21 | 108 | 1E | 35 |
| Octal | 200 | 144 | 253 | 31 | 52 | 0 | 41 | 410 | 36 | 65 |
| Binary | 10000000 | 1100100 | 10101011 | 11001 | 101010 | 0 | 100001 | 100001000 | 11110 | 110101 |
Color Harmonies of #8064AB
Complementary color
Monochromatic Colors of #8064AB
Black with #8064AB
Text Example
Text Example
White with #8064AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064AB; }
p { color: rgb(128,100,171); }
H1.HeaderClassName
{
color: #8064AB;
}
.AnyTagClassName
{
color: #8064AB;
}
</style>
background-color css
<style>
a { background-color: #8064AB; }
a { background-color: rgb(128,100,171); }
div.DivClassName
{
background-color: #8064AB;
}
.BgClassName
{
background-color: #8064AB;
}
</style>
border-color css
<style>
span { border-color: #8064AB; }
span { border-color: rgb(128,100,171); }
td.TdClassName
{
border-color: #8064AB;
}
.TagClassName
{
border-color: #8064AB;
}
</style>