Shades of Deluge #807AA4
Tints of Deluge #807AA4
RGB
CMYK
RGB Variations
Color information
#807AA4 (or 0x807AA4) is known color: Deluge. HEX triplet: 80, 7A and A4. RGB value is (128,122,164). Sum of RGB (Red+Green+Blue) = 128+122+164=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 164 - color contains mainly: blue. Hex color #807AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AA4 is #7F855B. Grayscale: #808080. Windows color (decimal): -8357212 or 10779264. OLE color: 10779264.
HSL color Cylindrical-coordinate representation of color #807AA4: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #807AA4 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 122 | 164 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.36 |
| HSL | 248.57º | 0.19% | 0.56% | - |
| HSV(B) | 248.57º | 0.26% | 0.64% | - |
| XYZ | 22.56 | 21.19 | 38.02 | - |
| YUV | 128.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 164 | 0.22 | 0.26 | 0 | 0.36 | 248.57 | 0.19 | 0.56 |
| Hex | 80 | 7A | A4 | 16 | 1A | 0 | 24 | F9 | 13 | 38 |
| Octal | 200 | 172 | 244 | 26 | 32 | 0 | 44 | 371 | 23 | 70 |
| Binary | 10000000 | 1111010 | 10100100 | 10110 | 11010 | 0 | 100100 | 11111001 | 10011 | 111000 |
Color Harmonies of #807AA4
Complementary color
Monochromatic Colors of #807AA4
Black with #807AA4
Text Example
Text Example
White with #807AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807AA4; }
p { color: rgb(128,122,164); }
H1.HeaderClassName
{
color: #807AA4;
}
.AnyTagClassName
{
color: #807AA4;
}
</style>
background-color css
<style>
a { background-color: #807AA4; }
a { background-color: rgb(128,122,164); }
div.DivClassName
{
background-color: #807AA4;
}
.BgClassName
{
background-color: #807AA4;
}
</style>
border-color css
<style>
span { border-color: #807AA4; }
span { border-color: rgb(128,122,164); }
td.TdClassName
{
border-color: #807AA4;
}
.TagClassName
{
border-color: #807AA4;
}
</style>