Shades of Deluge #806F9B
Tints of Deluge #806F9B
RGB
CMYK
RGB Variations
Color information
#806F9B (or 0x806F9B) is known color: Deluge. HEX triplet: 80, 6F and 9B. RGB value is (128,111,155). Sum of RGB (Red+Green+Blue) = 128+111+155=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #806F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F9B is #7F9064. Grayscale: #787878. Windows color (decimal): -8360037 or 10186624. OLE color: 10186624.
HSL color Cylindrical-coordinate representation of color #806F9B: hue angle of 263.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806F9B is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 111 | 155 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.39 |
| HSL | 263.18º | 0.18% | 0.52% | - |
| HSV(B) | 263.18º | 0.28% | 0.61% | - |
| XYZ | 20.5 | 18.32 | 33.47 | - |
| YUV | 121.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 155 | 0.17 | 0.28 | 0 | 0.39 | 263.18 | 0.18 | 0.52 |
| Hex | 80 | 6F | 9B | 11 | 1C | 0 | 27 | 107 | 12 | 34 |
| Octal | 200 | 157 | 233 | 21 | 34 | 0 | 47 | 407 | 22 | 64 |
| Binary | 10000000 | 1101111 | 10011011 | 10001 | 11100 | 0 | 100111 | 100000111 | 10010 | 110100 |
Color Harmonies of #806F9B
Complementary color
Monochromatic Colors of #806F9B
Black with #806F9B
Text Example
Text Example
White with #806F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F9B; }
p { color: rgb(128,111,155); }
H1.HeaderClassName
{
color: #806F9B;
}
.AnyTagClassName
{
color: #806F9B;
}
</style>
background-color css
<style>
a { background-color: #806F9B; }
a { background-color: rgb(128,111,155); }
div.DivClassName
{
background-color: #806F9B;
}
.BgClassName
{
background-color: #806F9B;
}
</style>
border-color css
<style>
span { border-color: #806F9B; }
span { border-color: rgb(128,111,155); }
td.TdClassName
{
border-color: #806F9B;
}
.TagClassName
{
border-color: #806F9B;
}
</style>