Shades of Deluge #807499
Tints of Deluge #807499
RGB
CMYK
RGB Variations
Color information
#807499 (or 0x807499) is known color: Deluge. HEX triplet: 80, 74 and 99. RGB value is (128,116,153). Sum of RGB (Red+Green+Blue) = 128+116+153=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #807499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807499 is #7F8B66. Grayscale: #7B7B7B. Windows color (decimal): -8358759 or 10056832. OLE color: 10056832.
HSL color Cylindrical-coordinate representation of color #807499: hue angle of 259.46º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807499 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 116 | 153 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.4 |
| HSL | 259.46º | 0.15% | 0.53% | - |
| HSV(B) | 259.46º | 0.24% | 0.6% | - |
| XYZ | 20.9 | 19.38 | 32.78 | - |
| YUV | 123.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 153 | 0.16 | 0.24 | 0 | 0.4 | 259.46 | 0.15 | 0.53 |
| Hex | 80 | 74 | 99 | 10 | 18 | 0 | 28 | 103 | F | 35 |
| Octal | 200 | 164 | 231 | 20 | 30 | 0 | 50 | 403 | 17 | 65 |
| Binary | 10000000 | 1110100 | 10011001 | 10000 | 11000 | 0 | 101000 | 100000011 | 1111 | 110101 |
Color Harmonies of #807499
Complementary color
Monochromatic Colors of #807499
Black with #807499
Text Example
Text Example
White with #807499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807499; }
p { color: rgb(128,116,153); }
H1.HeaderClassName
{
color: #807499;
}
.AnyTagClassName
{
color: #807499;
}
</style>
background-color css
<style>
a { background-color: #807499; }
a { background-color: rgb(128,116,153); }
div.DivClassName
{
background-color: #807499;
}
.BgClassName
{
background-color: #807499;
}
</style>
border-color css
<style>
span { border-color: #807499; }
span { border-color: rgb(128,116,153); }
td.TdClassName
{
border-color: #807499;
}
.TagClassName
{
border-color: #807499;
}
</style>