Shades of Deluge #887CAB
Tints of Deluge #887CAB
RGB
CMYK
RGB Variations
Color information
#887CAB (or 0x887CAB) is known color: Deluge. HEX triplet: 88, 7C and AB. RGB value is (136,124,171). Sum of RGB (Red+Green+Blue) = 136+124+171=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #887CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887CAB is #778354. Grayscale: #848484. Windows color (decimal): -7832405 or 11238536. OLE color: 11238536.
HSL color Cylindrical-coordinate representation of color #887CAB: hue angle of 255.32º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #887CAB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 124 | 171 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.33 |
| HSL | 255.32º | 0.22% | 0.58% | - |
| HSV(B) | 255.32º | 0.27% | 0.67% | - |
| XYZ | 24.71 | 22.59 | 41.59 | - |
| YUV | 132.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 171 | 0.20 | 0.27 | 0 | 0.33 | 255.32 | 0.22 | 0.58 |
| Hex | 88 | 7C | AB | 14 | 1B | 0 | 21 | FF | 16 | 3A |
| Octal | 210 | 174 | 253 | 24 | 33 | 0 | 41 | 377 | 26 | 72 |
| Binary | 10001000 | 1111100 | 10101011 | 10100 | 11011 | 0 | 100001 | 11111111 | 10110 | 111010 |
Color Harmonies of #887CAB
Complementary color
Monochromatic Colors of #887CAB
Black with #887CAB
Text Example
Text Example
White with #887CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CAB; }
p { color: rgb(136,124,171); }
H1.HeaderClassName
{
color: #887CAB;
}
.AnyTagClassName
{
color: #887CAB;
}
</style>
background-color css
<style>
a { background-color: #887CAB; }
a { background-color: rgb(136,124,171); }
div.DivClassName
{
background-color: #887CAB;
}
.BgClassName
{
background-color: #887CAB;
}
</style>
border-color css
<style>
span { border-color: #887CAB; }
span { border-color: rgb(136,124,171); }
td.TdClassName
{
border-color: #887CAB;
}
.TagClassName
{
border-color: #887CAB;
}
</style>