Shades of Deluge #887AB4
Tints of Deluge #887AB4
RGB
CMYK
RGB Variations
Color information
#887AB4 (or 0x887AB4) is known color: Deluge. HEX triplet: 88, 7A and B4. RGB value is (136,122,180). Sum of RGB (Red+Green+Blue) = 136+122+180=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #887AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887AB4 is #77854B. Grayscale: #848484. Windows color (decimal): -7832908 or 11827848. OLE color: 11827848.
HSL color Cylindrical-coordinate representation of color #887AB4: hue angle of 254.48º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887AB4 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 122 | 180 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.29 |
| HSL | 254.48º | 0.28% | 0.59% | - |
| HSV(B) | 254.48º | 0.32% | 0.71% | - |
| XYZ | 25.35 | 22.45 | 46.18 | - |
| YUV | 132.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 180 | 0.24 | 0.32 | 0 | 0.29 | 254.48 | 0.28 | 0.59 |
| Hex | 88 | 7A | B4 | 18 | 20 | 0 | 1D | FE | 1C | 3B |
| Octal | 210 | 172 | 264 | 30 | 40 | 0 | 35 | 376 | 34 | 73 |
| Binary | 10001000 | 1111010 | 10110100 | 11000 | 100000 | 0 | 11101 | 11111110 | 11100 | 111011 |
Color Harmonies of #887AB4
Complementary color
Monochromatic Colors of #887AB4
Black with #887AB4
Text Example
Text Example
White with #887AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AB4; }
p { color: rgb(136,122,180); }
H1.HeaderClassName
{
color: #887AB4;
}
.AnyTagClassName
{
color: #887AB4;
}
</style>
background-color css
<style>
a { background-color: #887AB4; }
a { background-color: rgb(136,122,180); }
div.DivClassName
{
background-color: #887AB4;
}
.BgClassName
{
background-color: #887AB4;
}
</style>
border-color css
<style>
span { border-color: #887AB4; }
span { border-color: rgb(136,122,180); }
td.TdClassName
{
border-color: #887AB4;
}
.TagClassName
{
border-color: #887AB4;
}
</style>