Shades of Deluge #887AAD
Tints of Deluge #887AAD
RGB
CMYK
RGB Variations
Color information
#887AAD (or 0x887AAD) is known color: Deluge. HEX triplet: 88, 7A and AD. RGB value is (136,122,173). Sum of RGB (Red+Green+Blue) = 136+122+173=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #887AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AAD is #778552. Grayscale: #838383. Windows color (decimal): -7832915 or 11369096. OLE color: 11369096.
HSL color Cylindrical-coordinate representation of color #887AAD: hue angle of 256.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887AAD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 122 | 173 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.32 |
| HSL | 256.47º | 0.24% | 0.58% | - |
| HSV(B) | 256.47º | 0.29% | 0.68% | - |
| XYZ | 24.66 | 22.17 | 42.51 | - |
| YUV | 132 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 173 | 0.21 | 0.29 | 0 | 0.32 | 256.47 | 0.24 | 0.58 |
| Hex | 88 | 7A | AD | 15 | 1D | 0 | 20 | 100 | 18 | 3A |
| Octal | 210 | 172 | 255 | 25 | 35 | 0 | 40 | 400 | 30 | 72 |
| Binary | 10001000 | 1111010 | 10101101 | 10101 | 11101 | 0 | 100000 | 100000000 | 11000 | 111010 |
Color Harmonies of #887AAD
Complementary color
Monochromatic Colors of #887AAD
Black with #887AAD
Text Example
Text Example
White with #887AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AAD; }
p { color: rgb(136,122,173); }
H1.HeaderClassName
{
color: #887AAD;
}
.AnyTagClassName
{
color: #887AAD;
}
</style>
background-color css
<style>
a { background-color: #887AAD; }
a { background-color: rgb(136,122,173); }
div.DivClassName
{
background-color: #887AAD;
}
.BgClassName
{
background-color: #887AAD;
}
</style>
border-color css
<style>
span { border-color: #887AAD; }
span { border-color: rgb(136,122,173); }
td.TdClassName
{
border-color: #887AAD;
}
.TagClassName
{
border-color: #887AAD;
}
</style>