Shades of Deluge #807898
Tints of Deluge #807898
RGB
CMYK
RGB Variations
Color information
#807898 (or 0x807898) is known color: Deluge. HEX triplet: 80, 78 and 98. RGB value is (128,120,152). Sum of RGB (Red+Green+Blue) = 128+120+152=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #807898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807898 is #7F8767. Grayscale: #7D7D7D. Windows color (decimal): -8357736 or 9992320. OLE color: 9992320.
HSL color Cylindrical-coordinate representation of color #807898: hue angle of 255º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807898 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 120 | 152 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.40 |
| HSL | 255º | 0.13% | 0.53% | - |
| HSV(B) | 255º | 0.21% | 0.6% | - |
| XYZ | 21.29 | 20.29 | 32.5 | - |
| YUV | 126.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 152 | 0.16 | 0.21 | 0 | 0.40 | 255 | 0.13 | 0.53 |
| Hex | 80 | 78 | 98 | 10 | 15 | 0 | 28 | FF | D | 35 |
| Octal | 200 | 170 | 230 | 20 | 25 | 0 | 50 | 377 | 15 | 65 |
| Binary | 10000000 | 1111000 | 10011000 | 10000 | 10101 | 0 | 101000 | 11111111 | 1101 | 110101 |
Color Harmonies of #807898
Complementary color
Monochromatic Colors of #807898
Black with #807898
Text Example
Text Example
White with #807898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807898; }
p { color: rgb(128,120,152); }
H1.HeaderClassName
{
color: #807898;
}
.AnyTagClassName
{
color: #807898;
}
</style>
background-color css
<style>
a { background-color: #807898; }
a { background-color: rgb(128,120,152); }
div.DivClassName
{
background-color: #807898;
}
.BgClassName
{
background-color: #807898;
}
</style>
border-color css
<style>
span { border-color: #807898; }
span { border-color: rgb(128,120,152); }
td.TdClassName
{
border-color: #807898;
}
.TagClassName
{
border-color: #807898;
}
</style>