Shades of Deluge #887DA6
Tints of Deluge #887DA6
RGB
CMYK
RGB Variations
Color information
#887DA6 (or 0x887DA6) is known color: Deluge. HEX triplet: 88, 7D and A6. RGB value is (136,125,166). Sum of RGB (Red+Green+Blue) = 136+125+166=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 166 - color contains mainly: blue. Hex color #887DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DA6 is #778259. Grayscale: #848484. Windows color (decimal): -7832154 or 10911112. OLE color: 10911112.
HSL color Cylindrical-coordinate representation of color #887DA6: hue angle of 256.1º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #887DA6 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 125 | 166 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.35 |
| HSL | 256.1º | 0.19% | 0.57% | - |
| HSV(B) | 256.1º | 0.25% | 0.65% | - |
| XYZ | 24.37 | 22.65 | 39.16 | - |
| YUV | 132.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 166 | 0.18 | 0.25 | 0 | 0.35 | 256.1 | 0.19 | 0.57 |
| Hex | 88 | 7D | A6 | 12 | 19 | 0 | 23 | 100 | 13 | 39 |
| Octal | 210 | 175 | 246 | 22 | 31 | 0 | 43 | 400 | 23 | 71 |
| Binary | 10001000 | 1111101 | 10100110 | 10010 | 11001 | 0 | 100011 | 100000000 | 10011 | 111001 |
Color Harmonies of #887DA6
Complementary color
Monochromatic Colors of #887DA6
Black with #887DA6
Text Example
Text Example
White with #887DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DA6; }
p { color: rgb(136,125,166); }
H1.HeaderClassName
{
color: #887DA6;
}
.AnyTagClassName
{
color: #887DA6;
}
</style>
background-color css
<style>
a { background-color: #887DA6; }
a { background-color: rgb(136,125,166); }
div.DivClassName
{
background-color: #887DA6;
}
.BgClassName
{
background-color: #887DA6;
}
</style>
border-color css
<style>
span { border-color: #887DA6; }
span { border-color: rgb(136,125,166); }
td.TdClassName
{
border-color: #887DA6;
}
.TagClassName
{
border-color: #887DA6;
}
</style>