Shades of Deluge #877F99
Tints of Deluge #877F99
RGB
CMYK
RGB Variations
Color information
#877F99 (or 0x877F99) is known color: Deluge. HEX triplet: 87, 7F and 99. RGB value is (135,127,153). Sum of RGB (Red+Green+Blue) = 135+127+153=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #877F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F99 is #788066. Grayscale: #848484. Windows color (decimal): -7897191 or 10059655. OLE color: 10059655.
HSL color Cylindrical-coordinate representation of color #877F99: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877F99 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 127 | 153 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.4 |
| HSL | 258.46º | 0.11% | 0.55% | - |
| HSV(B) | 258.46º | 0.17% | 0.6% | - |
| XYZ | 23.33 | 22.63 | 33.28 | - |
| YUV | 132.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 153 | 0.12 | 0.17 | 0 | 0.4 | 258.46 | 0.11 | 0.55 |
| Hex | 87 | 7F | 99 | C | 11 | 0 | 28 | 102 | B | 37 |
| Octal | 207 | 177 | 231 | 14 | 21 | 0 | 50 | 402 | 13 | 67 |
| Binary | 10000111 | 1111111 | 10011001 | 1100 | 10001 | 0 | 101000 | 100000010 | 1011 | 110111 |
Color Harmonies of #877F99
Complementary color
Monochromatic Colors of #877F99
Black with #877F99
Text Example
Text Example
White with #877F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F99; }
p { color: rgb(135,127,153); }
H1.HeaderClassName
{
color: #877F99;
}
.AnyTagClassName
{
color: #877F99;
}
</style>
background-color css
<style>
a { background-color: #877F99; }
a { background-color: rgb(135,127,153); }
div.DivClassName
{
background-color: #877F99;
}
.BgClassName
{
background-color: #877F99;
}
</style>
border-color css
<style>
span { border-color: #877F99; }
span { border-color: rgb(135,127,153); }
td.TdClassName
{
border-color: #877F99;
}
.TagClassName
{
border-color: #877F99;
}
</style>