Shades of Deluge #806B99
Tints of Deluge #806B99
RGB
CMYK
RGB Variations
Color information
#806B99 (or 0x806B99) is known color: Deluge. HEX triplet: 80, 6B and 99. RGB value is (128,107,153). Sum of RGB (Red+Green+Blue) = 128+107+153=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #806B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B99 is #7F9466. Grayscale: #767676. Windows color (decimal): -8361063 or 10054528. OLE color: 10054528.
HSL color Cylindrical-coordinate representation of color #806B99: hue angle of 267.39º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806B99 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 107 | 153 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.4 |
| HSL | 267.39º | 0.18% | 0.51% | - |
| HSV(B) | 267.39º | 0.3% | 0.6% | - |
| XYZ | 19.91 | 17.4 | 32.45 | - |
| YUV | 118.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 153 | 0.16 | 0.30 | 0 | 0.4 | 267.39 | 0.18 | 0.51 |
| Hex | 80 | 6B | 99 | 10 | 1E | 0 | 28 | 10B | 12 | 33 |
| Octal | 200 | 153 | 231 | 20 | 36 | 0 | 50 | 413 | 22 | 63 |
| Binary | 10000000 | 1101011 | 10011001 | 10000 | 11110 | 0 | 101000 | 100001011 | 10010 | 110011 |
Color Harmonies of #806B99
Complementary color
Monochromatic Colors of #806B99
Black with #806B99
Text Example
Text Example
White with #806B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806B99; }
p { color: rgb(128,107,153); }
H1.HeaderClassName
{
color: #806B99;
}
.AnyTagClassName
{
color: #806B99;
}
</style>
background-color css
<style>
a { background-color: #806B99; }
a { background-color: rgb(128,107,153); }
div.DivClassName
{
background-color: #806B99;
}
.BgClassName
{
background-color: #806B99;
}
</style>
border-color css
<style>
span { border-color: #806B99; }
span { border-color: rgb(128,107,153); }
td.TdClassName
{
border-color: #806B99;
}
.TagClassName
{
border-color: #806B99;
}
</style>