Shades of Deluge #877999
Tints of Deluge #877999
RGB
CMYK
RGB Variations
Color information
#877999 (or 0x877999) is known color: Deluge. HEX triplet: 87, 79 and 99. RGB value is (135,121,153). Sum of RGB (Red+Green+Blue) = 135+121+153=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #877999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877999 is #788666. Grayscale: #808080. Windows color (decimal): -7898727 or 10058119. OLE color: 10058119.
HSL color Cylindrical-coordinate representation of color #877999: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877999 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 121 | 153 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.4 |
| HSL | 266.25º | 0.14% | 0.54% | - |
| HSV(B) | 266.25º | 0.21% | 0.6% | - |
| XYZ | 22.58 | 21.13 | 33.02 | - |
| YUV | 128.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 153 | 0.12 | 0.21 | 0 | 0.4 | 266.25 | 0.14 | 0.54 |
| Hex | 87 | 79 | 99 | C | 15 | 0 | 28 | 10A | E | 36 |
| Octal | 207 | 171 | 231 | 14 | 25 | 0 | 50 | 412 | 16 | 66 |
| Binary | 10000111 | 1111001 | 10011001 | 1100 | 10101 | 0 | 101000 | 100001010 | 1110 | 110110 |
Color Harmonies of #877999
Complementary color
Monochromatic Colors of #877999
Black with #877999
Text Example
Text Example
White with #877999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877999; }
p { color: rgb(135,121,153); }
H1.HeaderClassName
{
color: #877999;
}
.AnyTagClassName
{
color: #877999;
}
</style>
background-color css
<style>
a { background-color: #877999; }
a { background-color: rgb(135,121,153); }
div.DivClassName
{
background-color: #877999;
}
.BgClassName
{
background-color: #877999;
}
</style>
border-color css
<style>
span { border-color: #877999; }
span { border-color: rgb(135,121,153); }
td.TdClassName
{
border-color: #877999;
}
.TagClassName
{
border-color: #877999;
}
</style>