Shades of Deluge #887D9E
Tints of Deluge #887D9E
RGB
CMYK
RGB Variations
Color information
#887D9E (or 0x887D9E) is known color: Deluge. HEX triplet: 88, 7D and 9E. RGB value is (136,125,158). Sum of RGB (Red+Green+Blue) = 136+125+158=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #887D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D9E is #778261. Grayscale: #838383. Windows color (decimal): -7832162 or 10386824. OLE color: 10386824.
HSL color Cylindrical-coordinate representation of color #887D9E: hue angle of 260º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887D9E is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 125 | 158 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.38 |
| HSL | 260º | 0.15% | 0.55% | - |
| HSV(B) | 260º | 0.21% | 0.62% | - |
| XYZ | 23.66 | 22.37 | 35.42 | - |
| YUV | 132.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 158 | 0.14 | 0.21 | 0 | 0.38 | 260 | 0.15 | 0.55 |
| Hex | 88 | 7D | 9E | E | 15 | 0 | 26 | 104 | F | 37 |
| Octal | 210 | 175 | 236 | 16 | 25 | 0 | 46 | 404 | 17 | 67 |
| Binary | 10001000 | 1111101 | 10011110 | 1110 | 10101 | 0 | 100110 | 100000100 | 1111 | 110111 |
Color Harmonies of #887D9E
Complementary color
Monochromatic Colors of #887D9E
Black with #887D9E
Text Example
Text Example
White with #887D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D9E; }
p { color: rgb(136,125,158); }
H1.HeaderClassName
{
color: #887D9E;
}
.AnyTagClassName
{
color: #887D9E;
}
</style>
background-color css
<style>
a { background-color: #887D9E; }
a { background-color: rgb(136,125,158); }
div.DivClassName
{
background-color: #887D9E;
}
.BgClassName
{
background-color: #887D9E;
}
</style>
border-color css
<style>
span { border-color: #887D9E; }
span { border-color: rgb(136,125,158); }
td.TdClassName
{
border-color: #887D9E;
}
.TagClassName
{
border-color: #887D9E;
}
</style>