Shades of Deluge #877B99
Tints of Deluge #877B99
RGB
CMYK
RGB Variations
Color information
#877B99 (or 0x877B99) is known color: Deluge. HEX triplet: 87, 7B and 99. RGB value is (135,123,153). Sum of RGB (Red+Green+Blue) = 135+123+153=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #877B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B99 is #788466. Grayscale: #818181. Windows color (decimal): -7898215 or 10058631. OLE color: 10058631.
HSL color Cylindrical-coordinate representation of color #877B99: hue angle of 264º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #877B99 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 123 | 153 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.4 |
| HSL | 264º | 0.13% | 0.54% | - |
| HSV(B) | 264º | 0.2% | 0.6% | - |
| XYZ | 22.82 | 21.62 | 33.11 | - |
| YUV | 130.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 153 | 0.12 | 0.20 | 0 | 0.4 | 264 | 0.13 | 0.54 |
| Hex | 87 | 7B | 99 | C | 14 | 0 | 28 | 108 | D | 36 |
| Octal | 207 | 173 | 231 | 14 | 24 | 0 | 50 | 410 | 15 | 66 |
| Binary | 10000111 | 1111011 | 10011001 | 1100 | 10100 | 0 | 101000 | 100001000 | 1101 | 110110 |
Color Harmonies of #877B99
Complementary color
Monochromatic Colors of #877B99
Black with #877B99
Text Example
Text Example
White with #877B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B99; }
p { color: rgb(135,123,153); }
H1.HeaderClassName
{
color: #877B99;
}
.AnyTagClassName
{
color: #877B99;
}
</style>
background-color css
<style>
a { background-color: #877B99; }
a { background-color: rgb(135,123,153); }
div.DivClassName
{
background-color: #877B99;
}
.BgClassName
{
background-color: #877B99;
}
</style>
border-color css
<style>
span { border-color: #877B99; }
span { border-color: rgb(135,123,153); }
td.TdClassName
{
border-color: #877B99;
}
.TagClassName
{
border-color: #877B99;
}
</style>