Shades of Deluge #887AAF
Tints of Deluge #887AAF
RGB
CMYK
RGB Variations
Color information
#887AAF (or 0x887AAF) is known color: Deluge. HEX triplet: 88, 7A and AF. RGB value is (136,122,175). Sum of RGB (Red+Green+Blue) = 136+122+175=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #887AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AAF is #778550. Grayscale: #848484. Windows color (decimal): -7832913 or 11500168. OLE color: 11500168.
HSL color Cylindrical-coordinate representation of color #887AAF: hue angle of 255.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #887AAF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 122 | 175 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.31 |
| HSL | 255.85º | 0.25% | 0.58% | - |
| HSV(B) | 255.85º | 0.3% | 0.69% | - |
| XYZ | 24.85 | 22.25 | 43.54 | - |
| YUV | 132.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 175 | 0.22 | 0.30 | 0 | 0.31 | 255.85 | 0.25 | 0.58 |
| Hex | 88 | 7A | AF | 16 | 1E | 0 | 1F | 100 | 19 | 3A |
| Octal | 210 | 172 | 257 | 26 | 36 | 0 | 37 | 400 | 31 | 72 |
| Binary | 10001000 | 1111010 | 10101111 | 10110 | 11110 | 0 | 11111 | 100000000 | 11001 | 111010 |
Color Harmonies of #887AAF
Complementary color
Monochromatic Colors of #887AAF
Black with #887AAF
Text Example
Text Example
White with #887AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AAF; }
p { color: rgb(136,122,175); }
H1.HeaderClassName
{
color: #887AAF;
}
.AnyTagClassName
{
color: #887AAF;
}
</style>
background-color css
<style>
a { background-color: #887AAF; }
a { background-color: rgb(136,122,175); }
div.DivClassName
{
background-color: #887AAF;
}
.BgClassName
{
background-color: #887AAF;
}
</style>
border-color css
<style>
span { border-color: #887AAF; }
span { border-color: rgb(136,122,175); }
td.TdClassName
{
border-color: #887AAF;
}
.TagClassName
{
border-color: #887AAF;
}
</style>