Shades of Deluge #8078AB
Tints of Deluge #8078AB
RGB
CMYK
RGB Variations
Color information
#8078AB (or 0x8078AB) is known color: Deluge. HEX triplet: 80, 78 and AB. RGB value is (128,120,171). Sum of RGB (Red+Green+Blue) = 128+120+171=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8078AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8078AB is #7F8754. Grayscale: #808080. Windows color (decimal): -8357717 or 11237504. OLE color: 11237504.
HSL color Cylindrical-coordinate representation of color #8078AB: hue angle of 249.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8078AB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 120 | 171 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.33 |
| HSL | 249.41º | 0.23% | 0.57% | - |
| HSV(B) | 249.41º | 0.3% | 0.67% | - |
| XYZ | 22.97 | 20.96 | 41.36 | - |
| YUV | 128.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 171 | 0.25 | 0.30 | 0 | 0.33 | 249.41 | 0.23 | 0.57 |
| Hex | 80 | 78 | AB | 19 | 1E | 0 | 21 | F9 | 17 | 39 |
| Octal | 200 | 170 | 253 | 31 | 36 | 0 | 41 | 371 | 27 | 71 |
| Binary | 10000000 | 1111000 | 10101011 | 11001 | 11110 | 0 | 100001 | 11111001 | 10111 | 111001 |
Color Harmonies of #8078AB
Complementary color
Monochromatic Colors of #8078AB
Black with #8078AB
Text Example
Text Example
White with #8078AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078AB; }
p { color: rgb(128,120,171); }
H1.HeaderClassName
{
color: #8078AB;
}
.AnyTagClassName
{
color: #8078AB;
}
</style>
background-color css
<style>
a { background-color: #8078AB; }
a { background-color: rgb(128,120,171); }
div.DivClassName
{
background-color: #8078AB;
}
.BgClassName
{
background-color: #8078AB;
}
</style>
border-color css
<style>
span { border-color: #8078AB; }
span { border-color: rgb(128,120,171); }
td.TdClassName
{
border-color: #8078AB;
}
.TagClassName
{
border-color: #8078AB;
}
</style>