Shades of Deluge #8077AD
Tints of Deluge #8077AD
RGB
CMYK
RGB Variations
Color information
#8077AD (or 0x8077AD) is known color: Deluge. HEX triplet: 80, 77 and AD. RGB value is (128,119,173). Sum of RGB (Red+Green+Blue) = 128+119+173=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8077AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077AD is #7F8852. Grayscale: #7F7F7F. Windows color (decimal): -8357971 or 11368320. OLE color: 11368320.
HSL color Cylindrical-coordinate representation of color #8077AD: hue angle of 250º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8077AD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 119 | 173 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.32 |
| HSL | 250º | 0.25% | 0.57% | - |
| HSV(B) | 250º | 0.31% | 0.68% | - |
| XYZ | 23.04 | 20.8 | 42.34 | - |
| YUV | 127.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 173 | 0.26 | 0.31 | 0 | 0.32 | 250 | 0.25 | 0.57 |
| Hex | 80 | 77 | AD | 1A | 1F | 0 | 20 | FA | 19 | 39 |
| Octal | 200 | 167 | 255 | 32 | 37 | 0 | 40 | 372 | 31 | 71 |
| Binary | 10000000 | 1110111 | 10101101 | 11010 | 11111 | 0 | 100000 | 11111010 | 11001 | 111001 |
Color Harmonies of #8077AD
Complementary color
Monochromatic Colors of #8077AD
Black with #8077AD
Text Example
Text Example
White with #8077AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077AD; }
p { color: rgb(128,119,173); }
H1.HeaderClassName
{
color: #8077AD;
}
.AnyTagClassName
{
color: #8077AD;
}
</style>
background-color css
<style>
a { background-color: #8077AD; }
a { background-color: rgb(128,119,173); }
div.DivClassName
{
background-color: #8077AD;
}
.BgClassName
{
background-color: #8077AD;
}
</style>
border-color css
<style>
span { border-color: #8077AD; }
span { border-color: rgb(128,119,173); }
td.TdClassName
{
border-color: #8077AD;
}
.TagClassName
{
border-color: #8077AD;
}
</style>