Shades of Deluge #8072AB
Tints of Deluge #8072AB
RGB
CMYK
RGB Variations
Color information
#8072AB (or 0x8072AB) is known color: Deluge. HEX triplet: 80, 72 and AB. RGB value is (128,114,171). Sum of RGB (Red+Green+Blue) = 128+114+171=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #8072AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8072AB is #7F8D54. Grayscale: #7C7C7C. Windows color (decimal): -8359253 or 11235968. OLE color: 11235968.
HSL color Cylindrical-coordinate representation of color #8072AB: hue angle of 254.74º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8072AB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 114 | 171 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.33 |
| HSL | 254.74º | 0.25% | 0.56% | - |
| HSV(B) | 254.74º | 0.33% | 0.67% | - |
| XYZ | 22.27 | 19.56 | 41.13 | - |
| YUV | 124.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 171 | 0.25 | 0.33 | 0 | 0.33 | 254.74 | 0.25 | 0.56 |
| Hex | 80 | 72 | AB | 19 | 21 | 0 | 21 | FF | 19 | 38 |
| Octal | 200 | 162 | 253 | 31 | 41 | 0 | 41 | 377 | 31 | 70 |
| Binary | 10000000 | 1110010 | 10101011 | 11001 | 100001 | 0 | 100001 | 11111111 | 11001 | 111000 |
Color Harmonies of #8072AB
Complementary color
Monochromatic Colors of #8072AB
Black with #8072AB
Text Example
Text Example
White with #8072AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8072AB; }
p { color: rgb(128,114,171); }
H1.HeaderClassName
{
color: #8072AB;
}
.AnyTagClassName
{
color: #8072AB;
}
</style>
background-color css
<style>
a { background-color: #8072AB; }
a { background-color: rgb(128,114,171); }
div.DivClassName
{
background-color: #8072AB;
}
.BgClassName
{
background-color: #8072AB;
}
</style>
border-color css
<style>
span { border-color: #8072AB; }
span { border-color: rgb(128,114,171); }
td.TdClassName
{
border-color: #8072AB;
}
.TagClassName
{
border-color: #8072AB;
}
</style>