Shades of Deluge #806899
Tints of Deluge #806899
RGB
CMYK
RGB Variations
Color information
#806899 (or 0x806899) is known color: Deluge. HEX triplet: 80, 68 and 99. RGB value is (128,104,153). Sum of RGB (Red+Green+Blue) = 128+104+153=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #806899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806899 is #7F9766. Grayscale: #747474. Windows color (decimal): -8361831 or 10053760. OLE color: 10053760.
HSL color Cylindrical-coordinate representation of color #806899: hue angle of 269.39º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806899 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 104 | 153 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.4 |
| HSL | 269.39º | 0.19% | 0.5% | - |
| HSV(B) | 269.39º | 0.32% | 0.6% | - |
| XYZ | 19.6 | 16.79 | 32.34 | - |
| YUV | 116.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 153 | 0.16 | 0.32 | 0 | 0.4 | 269.39 | 0.19 | 0.5 |
| Hex | 80 | 68 | 99 | 10 | 20 | 0 | 28 | 10D | 13 | 32 |
| Octal | 200 | 150 | 231 | 20 | 40 | 0 | 50 | 415 | 23 | 62 |
| Binary | 10000000 | 1101000 | 10011001 | 10000 | 100000 | 0 | 101000 | 100001101 | 10011 | 110010 |
Color Harmonies of #806899
Complementary color
Monochromatic Colors of #806899
Black with #806899
Text Example
Text Example
White with #806899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806899; }
p { color: rgb(128,104,153); }
H1.HeaderClassName
{
color: #806899;
}
.AnyTagClassName
{
color: #806899;
}
</style>
background-color css
<style>
a { background-color: #806899; }
a { background-color: rgb(128,104,153); }
div.DivClassName
{
background-color: #806899;
}
.BgClassName
{
background-color: #806899;
}
</style>
border-color css
<style>
span { border-color: #806899; }
span { border-color: rgb(128,104,153); }
td.TdClassName
{
border-color: #806899;
}
.TagClassName
{
border-color: #806899;
}
</style>