Shades of Deluge #806FAA
Tints of Deluge #806FAA
RGB
CMYK
RGB Variations
Color information
#806FAA (or 0x806FAA) is known color: Deluge. HEX triplet: 80, 6F and AA. RGB value is (128,111,170). Sum of RGB (Red+Green+Blue) = 128+111+170=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #806FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FAA is #7F9055. Grayscale: #7A7A7A. Windows color (decimal): -8360022 or 11169664. OLE color: 11169664.
HSL color Cylindrical-coordinate representation of color #806FAA: hue angle of 257.29º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #806FAA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 111 | 170 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.33 |
| HSL | 257.29º | 0.26% | 0.55% | - |
| HSV(B) | 257.29º | 0.35% | 0.67% | - |
| XYZ | 21.84 | 18.86 | 40.52 | - |
| YUV | 122.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 170 | 0.25 | 0.35 | 0 | 0.33 | 257.29 | 0.26 | 0.55 |
| Hex | 80 | 6F | AA | 19 | 23 | 0 | 21 | 101 | 1A | 37 |
| Octal | 200 | 157 | 252 | 31 | 43 | 0 | 41 | 401 | 32 | 67 |
| Binary | 10000000 | 1101111 | 10101010 | 11001 | 100011 | 0 | 100001 | 100000001 | 11010 | 110111 |
Color Harmonies of #806FAA
Complementary color
Monochromatic Colors of #806FAA
Black with #806FAA
Text Example
Text Example
White with #806FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806FAA; }
p { color: rgb(128,111,170); }
H1.HeaderClassName
{
color: #806FAA;
}
.AnyTagClassName
{
color: #806FAA;
}
</style>
background-color css
<style>
a { background-color: #806FAA; }
a { background-color: rgb(128,111,170); }
div.DivClassName
{
background-color: #806FAA;
}
.BgClassName
{
background-color: #806FAA;
}
</style>
border-color css
<style>
span { border-color: #806FAA; }
span { border-color: rgb(128,111,170); }
td.TdClassName
{
border-color: #806FAA;
}
.TagClassName
{
border-color: #806FAA;
}
</style>