Shades of Deluge #806BAC
Tints of Deluge #806BAC
RGB
CMYK
RGB Variations
Color information
#806BAC (or 0x806BAC) is known color: Deluge. HEX triplet: 80, 6B and AC. RGB value is (128,107,172). Sum of RGB (Red+Green+Blue) = 128+107+172=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #806BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BAC is #7F9453. Grayscale: #787878. Windows color (decimal): -8361044 or 11299712. OLE color: 11299712.
HSL color Cylindrical-coordinate representation of color #806BAC: hue angle of 259.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #806BAC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 107 | 172 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.33 |
| HSL | 259.38º | 0.28% | 0.55% | - |
| HSV(B) | 259.38º | 0.38% | 0.67% | - |
| XYZ | 21.61 | 18.08 | 41.38 | - |
| YUV | 120.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 172 | 0.26 | 0.38 | 0 | 0.33 | 259.38 | 0.28 | 0.55 |
| Hex | 80 | 6B | AC | 1A | 26 | 0 | 21 | 103 | 1C | 37 |
| Octal | 200 | 153 | 254 | 32 | 46 | 0 | 41 | 403 | 34 | 67 |
| Binary | 10000000 | 1101011 | 10101100 | 11010 | 100110 | 0 | 100001 | 100000011 | 11100 | 110111 |
Color Harmonies of #806BAC
Complementary color
Monochromatic Colors of #806BAC
Black with #806BAC
Text Example
Text Example
White with #806BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806BAC; }
p { color: rgb(128,107,172); }
H1.HeaderClassName
{
color: #806BAC;
}
.AnyTagClassName
{
color: #806BAC;
}
</style>
background-color css
<style>
a { background-color: #806BAC; }
a { background-color: rgb(128,107,172); }
div.DivClassName
{
background-color: #806BAC;
}
.BgClassName
{
background-color: #806BAC;
}
</style>
border-color css
<style>
span { border-color: #806BAC; }
span { border-color: rgb(128,107,172); }
td.TdClassName
{
border-color: #806BAC;
}
.TagClassName
{
border-color: #806BAC;
}
</style>