Shades of Deluge #887DAD
Tints of Deluge #887DAD
RGB
CMYK
RGB Variations
Color information
#887DAD (or 0x887DAD) is known color: Deluge. HEX triplet: 88, 7D and AD. RGB value is (136,125,173). Sum of RGB (Red+Green+Blue) = 136+125+173=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #887DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAD is #778252. Grayscale: #858585. Windows color (decimal): -7832147 or 11369864. OLE color: 11369864.
HSL color Cylindrical-coordinate representation of color #887DAD: hue angle of 253.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887DAD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 125 | 173 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.32 |
| HSL | 253.75º | 0.23% | 0.58% | - |
| HSV(B) | 253.75º | 0.28% | 0.68% | - |
| XYZ | 25.03 | 22.92 | 42.64 | - |
| YUV | 133.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 173 | 0.21 | 0.28 | 0 | 0.32 | 253.75 | 0.23 | 0.58 |
| Hex | 88 | 7D | AD | 15 | 1C | 0 | 20 | FE | 17 | 3A |
| Octal | 210 | 175 | 255 | 25 | 34 | 0 | 40 | 376 | 27 | 72 |
| Binary | 10001000 | 1111101 | 10101101 | 10101 | 11100 | 0 | 100000 | 11111110 | 10111 | 111010 |
Color Harmonies of #887DAD
Complementary color
Monochromatic Colors of #887DAD
Black with #887DAD
Text Example
Text Example
White with #887DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DAD; }
p { color: rgb(136,125,173); }
H1.HeaderClassName
{
color: #887DAD;
}
.AnyTagClassName
{
color: #887DAD;
}
</style>
background-color css
<style>
a { background-color: #887DAD; }
a { background-color: rgb(136,125,173); }
div.DivClassName
{
background-color: #887DAD;
}
.BgClassName
{
background-color: #887DAD;
}
</style>
border-color css
<style>
span { border-color: #887DAD; }
span { border-color: rgb(136,125,173); }
td.TdClassName
{
border-color: #887DAD;
}
.TagClassName
{
border-color: #887DAD;
}
</style>