Shades of Deluge #8078AC
Tints of Deluge #8078AC
RGB
CMYK
RGB Variations
Color information
#8078AC (or 0x8078AC) is known color: Deluge. HEX triplet: 80, 78 and AC. RGB value is (128,120,172). Sum of RGB (Red+Green+Blue) = 128+120+172=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #8078AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8078AC is #7F8753. Grayscale: #808080. Windows color (decimal): -8357716 or 11303040. OLE color: 11303040.
HSL color Cylindrical-coordinate representation of color #8078AC: hue angle of 249.23º degrees, saturation: 0.24, 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 #8078AC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 120 | 172 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.33 |
| HSL | 249.23º | 0.24% | 0.57% | - |
| HSV(B) | 249.23º | 0.3% | 0.67% | - |
| XYZ | 23.06 | 21 | 41.87 | - |
| YUV | 128.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 172 | 0.26 | 0.30 | 0 | 0.33 | 249.23 | 0.24 | 0.57 |
| Hex | 80 | 78 | AC | 1A | 1E | 0 | 21 | F9 | 18 | 39 |
| Octal | 200 | 170 | 254 | 32 | 36 | 0 | 41 | 371 | 30 | 71 |
| Binary | 10000000 | 1111000 | 10101100 | 11010 | 11110 | 0 | 100001 | 11111001 | 11000 | 111001 |
Color Harmonies of #8078AC
Complementary color
Monochromatic Colors of #8078AC
Black with #8078AC
Text Example
Text Example
White with #8078AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078AC; }
p { color: rgb(128,120,172); }
H1.HeaderClassName
{
color: #8078AC;
}
.AnyTagClassName
{
color: #8078AC;
}
</style>
background-color css
<style>
a { background-color: #8078AC; }
a { background-color: rgb(128,120,172); }
div.DivClassName
{
background-color: #8078AC;
}
.BgClassName
{
background-color: #8078AC;
}
</style>
border-color css
<style>
span { border-color: #8078AC; }
span { border-color: rgb(128,120,172); }
td.TdClassName
{
border-color: #8078AC;
}
.TagClassName
{
border-color: #8078AC;
}
</style>