Shades of Deluge #877F9E
Tints of Deluge #877F9E
RGB
CMYK
RGB Variations
Color information
#877F9E (or 0x877F9E) is known color: Deluge. HEX triplet: 87, 7F and 9E. RGB value is (135,127,158). Sum of RGB (Red+Green+Blue) = 135+127+158=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #877F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F9E is #788061. Grayscale: #848484. Windows color (decimal): -7897186 or 10387335. OLE color: 10387335.
HSL color Cylindrical-coordinate representation of color #877F9E: hue angle of 255.48º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #877F9E is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 127 | 158 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.38 |
| HSL | 255.48º | 0.14% | 0.56% | - |
| HSV(B) | 255.48º | 0.2% | 0.62% | - |
| XYZ | 23.75 | 22.8 | 35.5 | - |
| YUV | 132.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 158 | 0.15 | 0.20 | 0 | 0.38 | 255.48 | 0.14 | 0.56 |
| Hex | 87 | 7F | 9E | F | 14 | 0 | 26 | FF | E | 38 |
| Octal | 207 | 177 | 236 | 17 | 24 | 0 | 46 | 377 | 16 | 70 |
| Binary | 10000111 | 1111111 | 10011110 | 1111 | 10100 | 0 | 100110 | 11111111 | 1110 | 111000 |
Color Harmonies of #877F9E
Complementary color
Monochromatic Colors of #877F9E
Black with #877F9E
Text Example
Text Example
White with #877F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F9E; }
p { color: rgb(135,127,158); }
H1.HeaderClassName
{
color: #877F9E;
}
.AnyTagClassName
{
color: #877F9E;
}
</style>
background-color css
<style>
a { background-color: #877F9E; }
a { background-color: rgb(135,127,158); }
div.DivClassName
{
background-color: #877F9E;
}
.BgClassName
{
background-color: #877F9E;
}
</style>
border-color css
<style>
span { border-color: #877F9E; }
span { border-color: rgb(135,127,158); }
td.TdClassName
{
border-color: #877F9E;
}
.TagClassName
{
border-color: #877F9E;
}
</style>