Shades of Deluge #887FAC
Tints of Deluge #887FAC
RGB
CMYK
RGB Variations
Color information
#887FAC (or 0x887FAC) is known color: Deluge. HEX triplet: 88, 7F and AC. RGB value is (136,127,172). Sum of RGB (Red+Green+Blue) = 136+127+172=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #887FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAC is #778053. Grayscale: #868686. Windows color (decimal): -7831636 or 11304840. OLE color: 11304840.
HSL color Cylindrical-coordinate representation of color #887FAC: hue angle of 252º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887FAC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 127 | 172 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.33 |
| HSL | 252º | 0.21% | 0.59% | - |
| HSV(B) | 252º | 0.26% | 0.67% | - |
| XYZ | 25.19 | 23.39 | 42.22 | - |
| YUV | 134.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 172 | 0.21 | 0.26 | 0 | 0.33 | 252 | 0.21 | 0.59 |
| Hex | 88 | 7F | AC | 15 | 1A | 0 | 21 | FC | 15 | 3B |
| Octal | 210 | 177 | 254 | 25 | 32 | 0 | 41 | 374 | 25 | 73 |
| Binary | 10001000 | 1111111 | 10101100 | 10101 | 11010 | 0 | 100001 | 11111100 | 10101 | 111011 |
Color Harmonies of #887FAC
Complementary color
Monochromatic Colors of #887FAC
Black with #887FAC
Text Example
Text Example
White with #887FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FAC; }
p { color: rgb(136,127,172); }
H1.HeaderClassName
{
color: #887FAC;
}
.AnyTagClassName
{
color: #887FAC;
}
</style>
background-color css
<style>
a { background-color: #887FAC; }
a { background-color: rgb(136,127,172); }
div.DivClassName
{
background-color: #887FAC;
}
.BgClassName
{
background-color: #887FAC;
}
</style>
border-color css
<style>
span { border-color: #887FAC; }
span { border-color: rgb(136,127,172); }
td.TdClassName
{
border-color: #887FAC;
}
.TagClassName
{
border-color: #887FAC;
}
</style>