Shades of Deluge #8077AC
Tints of Deluge #8077AC
RGB
CMYK
RGB Variations
Color information
#8077AC (or 0x8077AC) is known color: Deluge. HEX triplet: 80, 77 and AC. RGB value is (128,119,172). Sum of RGB (Red+Green+Blue) = 128+119+172=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8077AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077AC is #7F8853. Grayscale: #7F7F7F. Windows color (decimal): -8357972 or 11302784. OLE color: 11302784.
HSL color Cylindrical-coordinate representation of color #8077AC: hue angle of 250.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8077AC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 119 | 172 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.33 |
| HSL | 250.19º | 0.24% | 0.57% | - |
| HSV(B) | 250.19º | 0.31% | 0.67% | - |
| XYZ | 22.95 | 20.76 | 41.83 | - |
| YUV | 127.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 172 | 0.26 | 0.31 | 0 | 0.33 | 250.19 | 0.24 | 0.57 |
| Hex | 80 | 77 | AC | 1A | 1F | 0 | 21 | FA | 18 | 39 |
| Octal | 200 | 167 | 254 | 32 | 37 | 0 | 41 | 372 | 30 | 71 |
| Binary | 10000000 | 1110111 | 10101100 | 11010 | 11111 | 0 | 100001 | 11111010 | 11000 | 111001 |
Color Harmonies of #8077AC
Complementary color
Monochromatic Colors of #8077AC
Black with #8077AC
Text Example
Text Example
White with #8077AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077AC; }
p { color: rgb(128,119,172); }
H1.HeaderClassName
{
color: #8077AC;
}
.AnyTagClassName
{
color: #8077AC;
}
</style>
background-color css
<style>
a { background-color: #8077AC; }
a { background-color: rgb(128,119,172); }
div.DivClassName
{
background-color: #8077AC;
}
.BgClassName
{
background-color: #8077AC;
}
</style>
border-color css
<style>
span { border-color: #8077AC; }
span { border-color: rgb(128,119,172); }
td.TdClassName
{
border-color: #8077AC;
}
.TagClassName
{
border-color: #8077AC;
}
</style>