Shades of Deluge #807AAC
Tints of Deluge #807AAC
RGB
CMYK
RGB Variations
Color information
#807AAC (or 0x807AAC) is known color: Deluge. HEX triplet: 80, 7A and AC. RGB value is (128,122,172). Sum of RGB (Red+Green+Blue) = 128+122+172=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #807AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AAC is #7F8553. Grayscale: #818181. Windows color (decimal): -8357204 or 11303552. OLE color: 11303552.
HSL color Cylindrical-coordinate representation of color #807AAC: hue angle of 247.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #807AAC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 122 | 172 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.33 |
| HSL | 247.2º | 0.23% | 0.58% | - |
| HSV(B) | 247.2º | 0.29% | 0.67% | - |
| XYZ | 23.31 | 21.49 | 41.95 | - |
| YUV | 129.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 172 | 0.26 | 0.29 | 0 | 0.33 | 247.2 | 0.23 | 0.58 |
| Hex | 80 | 7A | AC | 1A | 1D | 0 | 21 | F7 | 17 | 3A |
| Octal | 200 | 172 | 254 | 32 | 35 | 0 | 41 | 367 | 27 | 72 |
| Binary | 10000000 | 1111010 | 10101100 | 11010 | 11101 | 0 | 100001 | 11110111 | 10111 | 111010 |
Color Harmonies of #807AAC
Complementary color
Monochromatic Colors of #807AAC
Black with #807AAC
Text Example
Text Example
White with #807AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807AAC; }
p { color: rgb(128,122,172); }
H1.HeaderClassName
{
color: #807AAC;
}
.AnyTagClassName
{
color: #807AAC;
}
</style>
background-color css
<style>
a { background-color: #807AAC; }
a { background-color: rgb(128,122,172); }
div.DivClassName
{
background-color: #807AAC;
}
.BgClassName
{
background-color: #807AAC;
}
</style>
border-color css
<style>
span { border-color: #807AAC; }
span { border-color: rgb(128,122,172); }
td.TdClassName
{
border-color: #807AAC;
}
.TagClassName
{
border-color: #807AAC;
}
</style>