Shades of Deluge #807AAA
Tints of Deluge #807AAA
RGB
CMYK
RGB Variations
Color information
#807AAA (or 0x807AAA) is known color: Deluge. HEX triplet: 80, 7A and AA. RGB value is (128,122,170). Sum of RGB (Red+Green+Blue) = 128+122+170=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #807AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AAA is #7F8555. Grayscale: #818181. Windows color (decimal): -8357206 or 11172480. OLE color: 11172480.
HSL color Cylindrical-coordinate representation of color #807AAA: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807AAA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 122 | 170 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.33 |
| HSL | 247.5º | 0.22% | 0.57% | - |
| HSV(B) | 247.5º | 0.28% | 0.67% | - |
| XYZ | 23.12 | 21.41 | 40.94 | - |
| YUV | 129.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 170 | 0.25 | 0.28 | 0 | 0.33 | 247.5 | 0.22 | 0.57 |
| Hex | 80 | 7A | AA | 19 | 1C | 0 | 21 | F8 | 16 | 39 |
| Octal | 200 | 172 | 252 | 31 | 34 | 0 | 41 | 370 | 26 | 71 |
| Binary | 10000000 | 1111010 | 10101010 | 11001 | 11100 | 0 | 100001 | 11111000 | 10110 | 111001 |
Color Harmonies of #807AAA
Complementary color
Monochromatic Colors of #807AAA
Black with #807AAA
Text Example
Text Example
White with #807AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807AAA; }
p { color: rgb(128,122,170); }
H1.HeaderClassName
{
color: #807AAA;
}
.AnyTagClassName
{
color: #807AAA;
}
</style>
background-color css
<style>
a { background-color: #807AAA; }
a { background-color: rgb(128,122,170); }
div.DivClassName
{
background-color: #807AAA;
}
.BgClassName
{
background-color: #807AAA;
}
</style>
border-color css
<style>
span { border-color: #807AAA; }
span { border-color: rgb(128,122,170); }
td.TdClassName
{
border-color: #807AAA;
}
.TagClassName
{
border-color: #807AAA;
}
</style>