Shades of Deluge #8068AD
Tints of Deluge #8068AD
RGB
CMYK
RGB Variations
Color information
#8068AD (or 0x8068AD) is known color: Deluge. HEX triplet: 80, 68 and AD. RGB value is (128,104,173). Sum of RGB (Red+Green+Blue) = 128+104+173=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #8068AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068AD is #7F9752. Grayscale: #767676. Windows color (decimal): -8361811 or 11364480. OLE color: 11364480.
HSL color Cylindrical-coordinate representation of color #8068AD: hue angle of 260.87º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8068AD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 104 | 173 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.32 |
| HSL | 260.87º | 0.3% | 0.54% | - |
| HSV(B) | 260.87º | 0.4% | 0.68% | - |
| XYZ | 21.4 | 17.51 | 41.79 | - |
| YUV | 119.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 173 | 0.26 | 0.40 | 0 | 0.32 | 260.87 | 0.3 | 0.54 |
| Hex | 80 | 68 | AD | 1A | 28 | 0 | 20 | 105 | 1E | 36 |
| Octal | 200 | 150 | 255 | 32 | 50 | 0 | 40 | 405 | 36 | 66 |
| Binary | 10000000 | 1101000 | 10101101 | 11010 | 101000 | 0 | 100000 | 100000101 | 11110 | 110110 |
Color Harmonies of #8068AD
Complementary color
Monochromatic Colors of #8068AD
Black with #8068AD
Text Example
Text Example
White with #8068AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068AD; }
p { color: rgb(128,104,173); }
H1.HeaderClassName
{
color: #8068AD;
}
.AnyTagClassName
{
color: #8068AD;
}
</style>
background-color css
<style>
a { background-color: #8068AD; }
a { background-color: rgb(128,104,173); }
div.DivClassName
{
background-color: #8068AD;
}
.BgClassName
{
background-color: #8068AD;
}
</style>
border-color css
<style>
span { border-color: #8068AD; }
span { border-color: rgb(128,104,173); }
td.TdClassName
{
border-color: #8068AD;
}
.TagClassName
{
border-color: #8068AD;
}
</style>