Shades of Deluge #887A9E
Tints of Deluge #887A9E
RGB
CMYK
RGB Variations
Color information
#887A9E (or 0x887A9E) is known color: Deluge. HEX triplet: 88, 7A and 9E. RGB value is (136,122,158). Sum of RGB (Red+Green+Blue) = 136+122+158=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #887A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A9E is #778561. Grayscale: #828282. Windows color (decimal): -7832930 or 10386056. OLE color: 10386056.
HSL color Cylindrical-coordinate representation of color #887A9E: hue angle of 263.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #887A9E is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 122 | 158 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.38 |
| HSL | 263.33º | 0.16% | 0.55% | - |
| HSV(B) | 263.33º | 0.23% | 0.62% | - |
| XYZ | 23.28 | 21.62 | 35.29 | - |
| YUV | 130.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 158 | 0.14 | 0.23 | 0 | 0.38 | 263.33 | 0.16 | 0.55 |
| Hex | 88 | 7A | 9E | E | 17 | 0 | 26 | 107 | 10 | 37 |
| Octal | 210 | 172 | 236 | 16 | 27 | 0 | 46 | 407 | 20 | 67 |
| Binary | 10001000 | 1111010 | 10011110 | 1110 | 10111 | 0 | 100110 | 100000111 | 10000 | 110111 |
Color Harmonies of #887A9E
Complementary color
Monochromatic Colors of #887A9E
Black with #887A9E
Text Example
Text Example
White with #887A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A9E; }
p { color: rgb(136,122,158); }
H1.HeaderClassName
{
color: #887A9E;
}
.AnyTagClassName
{
color: #887A9E;
}
</style>
background-color css
<style>
a { background-color: #887A9E; }
a { background-color: rgb(136,122,158); }
div.DivClassName
{
background-color: #887A9E;
}
.BgClassName
{
background-color: #887A9E;
}
</style>
border-color css
<style>
span { border-color: #887A9E; }
span { border-color: rgb(136,122,158); }
td.TdClassName
{
border-color: #887A9E;
}
.TagClassName
{
border-color: #887A9E;
}
</style>