Shades of Deluge #887E98
Tints of Deluge #887E98
RGB
CMYK
RGB Variations
Color information
#887E98 (or 0x887E98) is known color: Deluge. HEX triplet: 88, 7E and 98. RGB value is (136,126,152). Sum of RGB (Red+Green+Blue) = 136+126+152=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #887E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E98 is #778167. Grayscale: #838383. Windows color (decimal): -7831912 or 9993864. OLE color: 9993864.
HSL color Cylindrical-coordinate representation of color #887E98: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #887E98 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 126 | 152 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.40 |
| HSL | 263.08º | 0.11% | 0.55% | - |
| HSV(B) | 263.08º | 0.17% | 0.6% | - |
| XYZ | 23.28 | 22.42 | 32.81 | - |
| YUV | 131.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 152 | 0.11 | 0.17 | 0 | 0.40 | 263.08 | 0.11 | 0.55 |
| Hex | 88 | 7E | 98 | B | 11 | 0 | 28 | 107 | B | 37 |
| Octal | 210 | 176 | 230 | 13 | 21 | 0 | 50 | 407 | 13 | 67 |
| Binary | 10001000 | 1111110 | 10011000 | 1011 | 10001 | 0 | 101000 | 100000111 | 1011 | 110111 |
Color Harmonies of #887E98
Complementary color
Monochromatic Colors of #887E98
Black with #887E98
Text Example
Text Example
White with #887E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E98; }
p { color: rgb(136,126,152); }
H1.HeaderClassName
{
color: #887E98;
}
.AnyTagClassName
{
color: #887E98;
}
</style>
background-color css
<style>
a { background-color: #887E98; }
a { background-color: rgb(136,126,152); }
div.DivClassName
{
background-color: #887E98;
}
.BgClassName
{
background-color: #887E98;
}
</style>
border-color css
<style>
span { border-color: #887E98; }
span { border-color: rgb(136,126,152); }
td.TdClassName
{
border-color: #887E98;
}
.TagClassName
{
border-color: #887E98;
}
</style>