Shades of Deluge #887DAC
Tints of Deluge #887DAC
RGB
CMYK
RGB Variations
Color information
#887DAC (or 0x887DAC) is known color: Deluge. HEX triplet: 88, 7D and AC. RGB value is (136,125,172). Sum of RGB (Red+Green+Blue) = 136+125+172=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #887DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAC is #778253. Grayscale: #858585. Windows color (decimal): -7832148 or 11304328. OLE color: 11304328.
HSL color Cylindrical-coordinate representation of color #887DAC: hue angle of 254.04º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #887DAC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 125 | 172 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.33 |
| HSL | 254.04º | 0.22% | 0.58% | - |
| HSV(B) | 254.04º | 0.27% | 0.67% | - |
| XYZ | 24.93 | 22.88 | 42.13 | - |
| YUV | 133.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 172 | 0.21 | 0.27 | 0 | 0.33 | 254.04 | 0.22 | 0.58 |
| Hex | 88 | 7D | AC | 15 | 1B | 0 | 21 | FE | 16 | 3A |
| Octal | 210 | 175 | 254 | 25 | 33 | 0 | 41 | 376 | 26 | 72 |
| Binary | 10001000 | 1111101 | 10101100 | 10101 | 11011 | 0 | 100001 | 11111110 | 10110 | 111010 |
Color Harmonies of #887DAC
Complementary color
Monochromatic Colors of #887DAC
Black with #887DAC
Text Example
Text Example
White with #887DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DAC; }
p { color: rgb(136,125,172); }
H1.HeaderClassName
{
color: #887DAC;
}
.AnyTagClassName
{
color: #887DAC;
}
</style>
background-color css
<style>
a { background-color: #887DAC; }
a { background-color: rgb(136,125,172); }
div.DivClassName
{
background-color: #887DAC;
}
.BgClassName
{
background-color: #887DAC;
}
</style>
border-color css
<style>
span { border-color: #887DAC; }
span { border-color: rgb(136,125,172); }
td.TdClassName
{
border-color: #887DAC;
}
.TagClassName
{
border-color: #887DAC;
}
</style>