Shades of Deluge #807A9E
Tints of Deluge #807A9E
RGB
CMYK
RGB Variations
Color information
#807A9E (or 0x807A9E) is known color: Deluge. HEX triplet: 80, 7A and 9E. RGB value is (128,122,158). Sum of RGB (Red+Green+Blue) = 128+122+158=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #807A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A9E is #7F8561. Grayscale: #7F7F7F. Windows color (decimal): -8357218 or 10386048. OLE color: 10386048.
HSL color Cylindrical-coordinate representation of color #807A9E: hue angle of 250º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807A9E is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 122 | 158 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.38 |
| HSL | 250º | 0.16% | 0.55% | - |
| HSV(B) | 250º | 0.23% | 0.62% | - |
| XYZ | 22.03 | 20.98 | 35.24 | - |
| YUV | 127.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 158 | 0.19 | 0.23 | 0 | 0.38 | 250 | 0.16 | 0.55 |
| Hex | 80 | 7A | 9E | 13 | 17 | 0 | 26 | FA | 10 | 37 |
| Octal | 200 | 172 | 236 | 23 | 27 | 0 | 46 | 372 | 20 | 67 |
| Binary | 10000000 | 1111010 | 10011110 | 10011 | 10111 | 0 | 100110 | 11111010 | 10000 | 110111 |
Color Harmonies of #807A9E
Complementary color
Monochromatic Colors of #807A9E
Black with #807A9E
Text Example
Text Example
White with #807A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A9E; }
p { color: rgb(128,122,158); }
H1.HeaderClassName
{
color: #807A9E;
}
.AnyTagClassName
{
color: #807A9E;
}
</style>
background-color css
<style>
a { background-color: #807A9E; }
a { background-color: rgb(128,122,158); }
div.DivClassName
{
background-color: #807A9E;
}
.BgClassName
{
background-color: #807A9E;
}
</style>
border-color css
<style>
span { border-color: #807A9E; }
span { border-color: rgb(128,122,158); }
td.TdClassName
{
border-color: #807A9E;
}
.TagClassName
{
border-color: #807A9E;
}
</style>