Shades of Deluge #806CAE
Tints of Deluge #806CAE
RGB
CMYK
RGB Variations
Color information
#806CAE (or 0x806CAE) is known color: Deluge. HEX triplet: 80, 6C and AE. RGB value is (128,108,174). Sum of RGB (Red+Green+Blue) = 128+108+174=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #806CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806CAE is #7F9351. Grayscale: #797979. Windows color (decimal): -8360786 or 11431040. OLE color: 11431040.
HSL color Cylindrical-coordinate representation of color #806CAE: hue angle of 258.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #806CAE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 108 | 174 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.32 |
| HSL | 258.18º | 0.29% | 0.55% | - |
| HSV(B) | 258.18º | 0.38% | 0.68% | - |
| XYZ | 21.9 | 18.37 | 42.44 | - |
| YUV | 121.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 174 | 0.26 | 0.38 | 0 | 0.32 | 258.18 | 0.29 | 0.55 |
| Hex | 80 | 6C | AE | 1A | 26 | 0 | 20 | 102 | 1D | 37 |
| Octal | 200 | 154 | 256 | 32 | 46 | 0 | 40 | 402 | 35 | 67 |
| Binary | 10000000 | 1101100 | 10101110 | 11010 | 100110 | 0 | 100000 | 100000010 | 11101 | 110111 |
Color Harmonies of #806CAE
Complementary color
Monochromatic Colors of #806CAE
Black with #806CAE
Text Example
Text Example
White with #806CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806CAE; }
p { color: rgb(128,108,174); }
H1.HeaderClassName
{
color: #806CAE;
}
.AnyTagClassName
{
color: #806CAE;
}
</style>
background-color css
<style>
a { background-color: #806CAE; }
a { background-color: rgb(128,108,174); }
div.DivClassName
{
background-color: #806CAE;
}
.BgClassName
{
background-color: #806CAE;
}
</style>
border-color css
<style>
span { border-color: #806CAE; }
span { border-color: rgb(128,108,174); }
td.TdClassName
{
border-color: #806CAE;
}
.TagClassName
{
border-color: #806CAE;
}
</style>