Shades of Deluge #8077A7
Tints of Deluge #8077A7
RGB
CMYK
RGB Variations
Color information
#8077A7 (or 0x8077A7) is known color: Deluge. HEX triplet: 80, 77 and A7. RGB value is (128,119,167). Sum of RGB (Red+Green+Blue) = 128+119+167=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 167 - color contains mainly: blue. Hex color #8077A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077A7 is #7F8858. Grayscale: #7E7E7E. Windows color (decimal): -8357977 or 10975104. OLE color: 10975104.
HSL color Cylindrical-coordinate representation of color #8077A7: hue angle of 251.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8077A7 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 119 | 167 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.35 |
| HSL | 251.25º | 0.21% | 0.56% | - |
| HSV(B) | 251.25º | 0.29% | 0.65% | - |
| XYZ | 22.47 | 20.57 | 39.35 | - |
| YUV | 127.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 167 | 0.23 | 0.29 | 0 | 0.35 | 251.25 | 0.21 | 0.56 |
| Hex | 80 | 77 | A7 | 17 | 1D | 0 | 23 | FB | 15 | 38 |
| Octal | 200 | 167 | 247 | 27 | 35 | 0 | 43 | 373 | 25 | 70 |
| Binary | 10000000 | 1110111 | 10100111 | 10111 | 11101 | 0 | 100011 | 11111011 | 10101 | 111000 |
Color Harmonies of #8077A7
Complementary color
Monochromatic Colors of #8077A7
Black with #8077A7
Text Example
Text Example
White with #8077A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077A7; }
p { color: rgb(128,119,167); }
H1.HeaderClassName
{
color: #8077A7;
}
.AnyTagClassName
{
color: #8077A7;
}
</style>
background-color css
<style>
a { background-color: #8077A7; }
a { background-color: rgb(128,119,167); }
div.DivClassName
{
background-color: #8077A7;
}
.BgClassName
{
background-color: #8077A7;
}
</style>
border-color css
<style>
span { border-color: #8077A7; }
span { border-color: rgb(128,119,167); }
td.TdClassName
{
border-color: #8077A7;
}
.TagClassName
{
border-color: #8077A7;
}
</style>