Shades of Deluge #878097
Tints of Deluge #878097
RGB
CMYK
RGB Variations
Color information
#878097 (or 0x878097) is known color: Deluge. HEX triplet: 87, 80 and 97. RGB value is (135,128,151). Sum of RGB (Red+Green+Blue) = 135+128+151=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 151 - color contains mainly: blue. Hex color #878097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878097 is #787F68. Grayscale: #848484. Windows color (decimal): -7896937 or 9928839. OLE color: 9928839.
HSL color Cylindrical-coordinate representation of color #878097: hue angle of 258.26º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878097 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 128 | 151 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.41 |
| HSL | 258.26º | 0.1% | 0.55% | - |
| HSV(B) | 258.26º | 0.15% | 0.59% | - |
| XYZ | 23.3 | 22.82 | 32.46 | - |
| YUV | 132.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 151 | 0.11 | 0.15 | 0 | 0.41 | 258.26 | 0.1 | 0.55 |
| Hex | 87 | 80 | 97 | B | F | 0 | 29 | 102 | A | 37 |
| Octal | 207 | 200 | 227 | 13 | 17 | 0 | 51 | 402 | 12 | 67 |
| Binary | 10000111 | 10000000 | 10010111 | 1011 | 1111 | 0 | 101001 | 100000010 | 1010 | 110111 |
Color Harmonies of #878097
Complementary color
Monochromatic Colors of #878097
Black with #878097
Text Example
Text Example
White with #878097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878097; }
p { color: rgb(135,128,151); }
H1.HeaderClassName
{
color: #878097;
}
.AnyTagClassName
{
color: #878097;
}
</style>
background-color css
<style>
a { background-color: #878097; }
a { background-color: rgb(135,128,151); }
div.DivClassName
{
background-color: #878097;
}
.BgClassName
{
background-color: #878097;
}
</style>
border-color css
<style>
span { border-color: #878097; }
span { border-color: rgb(135,128,151); }
td.TdClassName
{
border-color: #878097;
}
.TagClassName
{
border-color: #878097;
}
</style>