Shades of Deluge #887C9D
Tints of Deluge #887C9D
RGB
CMYK
RGB Variations
Color information
#887C9D (or 0x887C9D) is known color: Deluge. HEX triplet: 88, 7C and 9D. RGB value is (136,124,157). Sum of RGB (Red+Green+Blue) = 136+124+157=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #887C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C9D is #778362. Grayscale: #838383. Windows color (decimal): -7832419 or 10321032. OLE color: 10321032.
HSL color Cylindrical-coordinate representation of color #887C9D: hue angle of 261.82º degrees, saturation: 0.14, 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 #887C9D is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 124 | 157 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.38 |
| HSL | 261.82º | 0.14% | 0.55% | - |
| HSV(B) | 261.82º | 0.21% | 0.62% | - |
| XYZ | 23.45 | 22.08 | 34.93 | - |
| YUV | 131.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 157 | 0.13 | 0.21 | 0 | 0.38 | 261.82 | 0.14 | 0.55 |
| Hex | 88 | 7C | 9D | D | 15 | 0 | 26 | 106 | E | 37 |
| Octal | 210 | 174 | 235 | 15 | 25 | 0 | 46 | 406 | 16 | 67 |
| Binary | 10001000 | 1111100 | 10011101 | 1101 | 10101 | 0 | 100110 | 100000110 | 1110 | 110111 |
Color Harmonies of #887C9D
Complementary color
Monochromatic Colors of #887C9D
Black with #887C9D
Text Example
Text Example
White with #887C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C9D; }
p { color: rgb(136,124,157); }
H1.HeaderClassName
{
color: #887C9D;
}
.AnyTagClassName
{
color: #887C9D;
}
</style>
background-color css
<style>
a { background-color: #887C9D; }
a { background-color: rgb(136,124,157); }
div.DivClassName
{
background-color: #887C9D;
}
.BgClassName
{
background-color: #887C9D;
}
</style>
border-color css
<style>
span { border-color: #887C9D; }
span { border-color: rgb(136,124,157); }
td.TdClassName
{
border-color: #887C9D;
}
.TagClassName
{
border-color: #887C9D;
}
</style>