Shades of Deluge #807A9F
Tints of Deluge #807A9F
RGB
CMYK
RGB Variations
Color information
#807A9F (or 0x807A9F) is known color: Deluge. HEX triplet: 80, 7A and 9F. RGB value is (128,122,159). Sum of RGB (Red+Green+Blue) = 128+122+159=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #807A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A9F is #7F8560. Grayscale: #7F7F7F. Windows color (decimal): -8357217 or 10451584. OLE color: 10451584.
HSL color Cylindrical-coordinate representation of color #807A9F: hue angle of 249.73º 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 #807A9F is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 122 | 159 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.38 |
| HSL | 249.73º | 0.16% | 0.55% | - |
| HSV(B) | 249.73º | 0.23% | 0.62% | - |
| XYZ | 22.12 | 21.01 | 35.69 | - |
| YUV | 128.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 159 | 0.19 | 0.23 | 0 | 0.38 | 249.73 | 0.16 | 0.55 |
| Hex | 80 | 7A | 9F | 13 | 17 | 0 | 26 | FA | 10 | 37 |
| Octal | 200 | 172 | 237 | 23 | 27 | 0 | 46 | 372 | 20 | 67 |
| Binary | 10000000 | 1111010 | 10011111 | 10011 | 10111 | 0 | 100110 | 11111010 | 10000 | 110111 |
Color Harmonies of #807A9F
Complementary color
Monochromatic Colors of #807A9F
Black with #807A9F
Text Example
Text Example
White with #807A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A9F; }
p { color: rgb(128,122,159); }
H1.HeaderClassName
{
color: #807A9F;
}
.AnyTagClassName
{
color: #807A9F;
}
</style>
background-color css
<style>
a { background-color: #807A9F; }
a { background-color: rgb(128,122,159); }
div.DivClassName
{
background-color: #807A9F;
}
.BgClassName
{
background-color: #807A9F;
}
</style>
border-color css
<style>
span { border-color: #807A9F; }
span { border-color: rgb(128,122,159); }
td.TdClassName
{
border-color: #807A9F;
}
.TagClassName
{
border-color: #807A9F;
}
</style>