Shades of Deluge #887CA0
Tints of Deluge #887CA0
RGB
CMYK
RGB Variations
Color information
#887CA0 (or 0x887CA0) is known color: Deluge. HEX triplet: 88, 7C and A0. RGB value is (136,124,160). Sum of RGB (Red+Green+Blue) = 136+124+160=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #887CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887CA0 is #77835F. Grayscale: #838383. Windows color (decimal): -7832416 or 10517640. OLE color: 10517640.
HSL color Cylindrical-coordinate representation of color #887CA0: hue angle of 260º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #887CA0 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 124 | 160 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.37 |
| HSL | 260º | 0.16% | 0.56% | - |
| HSV(B) | 260º | 0.23% | 0.63% | - |
| XYZ | 23.71 | 22.19 | 36.29 | - |
| YUV | 131.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 160 | 0.15 | 0.22 | 0 | 0.37 | 260 | 0.16 | 0.56 |
| Hex | 88 | 7C | A0 | F | 16 | 0 | 25 | 104 | 10 | 38 |
| Octal | 210 | 174 | 240 | 17 | 26 | 0 | 45 | 404 | 20 | 70 |
| Binary | 10001000 | 1111100 | 10100000 | 1111 | 10110 | 0 | 100101 | 100000100 | 10000 | 111000 |
Color Harmonies of #887CA0
Complementary color
Monochromatic Colors of #887CA0
Black with #887CA0
Text Example
Text Example
White with #887CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CA0; }
p { color: rgb(136,124,160); }
H1.HeaderClassName
{
color: #887CA0;
}
.AnyTagClassName
{
color: #887CA0;
}
</style>
background-color css
<style>
a { background-color: #887CA0; }
a { background-color: rgb(136,124,160); }
div.DivClassName
{
background-color: #887CA0;
}
.BgClassName
{
background-color: #887CA0;
}
</style>
border-color css
<style>
span { border-color: #887CA0; }
span { border-color: rgb(136,124,160); }
td.TdClassName
{
border-color: #887CA0;
}
.TagClassName
{
border-color: #887CA0;
}
</style>