Shades of Deluge #8073AD
Tints of Deluge #8073AD
RGB
CMYK
RGB Variations
Color information
#8073AD (or 0x8073AD) is known color: Deluge. HEX triplet: 80, 73 and AD. RGB value is (128,115,173). Sum of RGB (Red+Green+Blue) = 128+115+173=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #8073AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8073AD is #7F8C52. Grayscale: #7D7D7D. Windows color (decimal): -8358995 or 11367296. OLE color: 11367296.
HSL color Cylindrical-coordinate representation of color #8073AD: hue angle of 253.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8073AD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 115 | 173 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.32 |
| HSL | 253.45º | 0.26% | 0.56% | - |
| HSV(B) | 253.45º | 0.34% | 0.68% | - |
| XYZ | 22.58 | 19.87 | 42.18 | - |
| YUV | 125.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 173 | 0.26 | 0.34 | 0 | 0.32 | 253.45 | 0.26 | 0.56 |
| Hex | 80 | 73 | AD | 1A | 22 | 0 | 20 | FD | 1A | 38 |
| Octal | 200 | 163 | 255 | 32 | 42 | 0 | 40 | 375 | 32 | 70 |
| Binary | 10000000 | 1110011 | 10101101 | 11010 | 100010 | 0 | 100000 | 11111101 | 11010 | 111000 |
Color Harmonies of #8073AD
Complementary color
Monochromatic Colors of #8073AD
Black with #8073AD
Text Example
Text Example
White with #8073AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073AD; }
p { color: rgb(128,115,173); }
H1.HeaderClassName
{
color: #8073AD;
}
.AnyTagClassName
{
color: #8073AD;
}
</style>
background-color css
<style>
a { background-color: #8073AD; }
a { background-color: rgb(128,115,173); }
div.DivClassName
{
background-color: #8073AD;
}
.BgClassName
{
background-color: #8073AD;
}
</style>
border-color css
<style>
span { border-color: #8073AD; }
span { border-color: rgb(128,115,173); }
td.TdClassName
{
border-color: #8073AD;
}
.TagClassName
{
border-color: #8073AD;
}
</style>