Shades of Deluge #8077A3
Tints of Deluge #8077A3
RGB
CMYK
RGB Variations
Color information
#8077A3 (or 0x8077A3) is known color: Deluge. HEX triplet: 80, 77 and A3. RGB value is (128,119,163). Sum of RGB (Red+Green+Blue) = 128+119+163=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 163 - color contains mainly: blue. Hex color #8077A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077A3 is #7F885C. Grayscale: #7E7E7E. Windows color (decimal): -8357981 or 10712960. OLE color: 10712960.
HSL color Cylindrical-coordinate representation of color #8077A3: hue angle of 252.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8077A3 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 119 | 163 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.36 |
| HSL | 252.27º | 0.19% | 0.55% | - |
| HSV(B) | 252.27º | 0.27% | 0.64% | - |
| XYZ | 22.11 | 20.43 | 37.43 | - |
| YUV | 126.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 163 | 0.21 | 0.27 | 0 | 0.36 | 252.27 | 0.19 | 0.55 |
| Hex | 80 | 77 | A3 | 15 | 1B | 0 | 24 | FC | 13 | 37 |
| Octal | 200 | 167 | 243 | 25 | 33 | 0 | 44 | 374 | 23 | 67 |
| Binary | 10000000 | 1110111 | 10100011 | 10101 | 11011 | 0 | 100100 | 11111100 | 10011 | 110111 |
Color Harmonies of #8077A3
Complementary color
Monochromatic Colors of #8077A3
Black with #8077A3
Text Example
Text Example
White with #8077A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077A3; }
p { color: rgb(128,119,163); }
H1.HeaderClassName
{
color: #8077A3;
}
.AnyTagClassName
{
color: #8077A3;
}
</style>
background-color css
<style>
a { background-color: #8077A3; }
a { background-color: rgb(128,119,163); }
div.DivClassName
{
background-color: #8077A3;
}
.BgClassName
{
background-color: #8077A3;
}
</style>
border-color css
<style>
span { border-color: #8077A3; }
span { border-color: rgb(128,119,163); }
td.TdClassName
{
border-color: #8077A3;
}
.TagClassName
{
border-color: #8077A3;
}
</style>