Shades of Deluge #8077B2
Tints of Deluge #8077B2
RGB
CMYK
RGB Variations
Color information
#8077B2 (or 0x8077B2) is known color: Deluge. HEX triplet: 80, 77 and B2. RGB value is (128,119,178). Sum of RGB (Red+Green+Blue) = 128+119+178=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #8077B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077B2 is #7F884D. Grayscale: #808080. Windows color (decimal): -8357966 or 11696000. OLE color: 11696000.
HSL color Cylindrical-coordinate representation of color #8077B2: hue angle of 249.15º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8077B2 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 119 | 178 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.30 |
| HSL | 249.15º | 0.28% | 0.58% | - |
| HSV(B) | 249.15º | 0.33% | 0.7% | - |
| XYZ | 23.53 | 21 | 44.93 | - |
| YUV | 128.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 178 | 0.28 | 0.33 | 0 | 0.30 | 249.15 | 0.28 | 0.58 |
| Hex | 80 | 77 | B2 | 1C | 21 | 0 | 1E | F9 | 1C | 3A |
| Octal | 200 | 167 | 262 | 34 | 41 | 0 | 36 | 371 | 34 | 72 |
| Binary | 10000000 | 1110111 | 10110010 | 11100 | 100001 | 0 | 11110 | 11111001 | 11100 | 111010 |
Color Harmonies of #8077B2
Complementary color
Monochromatic Colors of #8077B2
Black with #8077B2
Text Example
Text Example
White with #8077B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077B2; }
p { color: rgb(128,119,178); }
H1.HeaderClassName
{
color: #8077B2;
}
.AnyTagClassName
{
color: #8077B2;
}
</style>
background-color css
<style>
a { background-color: #8077B2; }
a { background-color: rgb(128,119,178); }
div.DivClassName
{
background-color: #8077B2;
}
.BgClassName
{
background-color: #8077B2;
}
</style>
border-color css
<style>
span { border-color: #8077B2; }
span { border-color: rgb(128,119,178); }
td.TdClassName
{
border-color: #8077B2;
}
.TagClassName
{
border-color: #8077B2;
}
</style>