Shades of Deluge #887BAE
Tints of Deluge #887BAE
RGB
CMYK
RGB Variations
Color information
#887BAE (or 0x887BAE) is known color: Deluge. HEX triplet: 88, 7B and AE. RGB value is (136,123,174). Sum of RGB (Red+Green+Blue) = 136+123+174=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #887BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887BAE is #778451. Grayscale: #848484. Windows color (decimal): -7832658 or 11434888. OLE color: 11434888.
HSL color Cylindrical-coordinate representation of color #887BAE: hue angle of 255.29º 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 #887BAE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 123 | 174 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.32 |
| HSL | 255.29º | 0.24% | 0.58% | - |
| HSV(B) | 255.29º | 0.29% | 0.68% | - |
| XYZ | 24.88 | 22.46 | 43.07 | - |
| YUV | 132.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 174 | 0.22 | 0.29 | 0 | 0.32 | 255.29 | 0.24 | 0.58 |
| Hex | 88 | 7B | AE | 16 | 1D | 0 | 20 | FF | 18 | 3A |
| Octal | 210 | 173 | 256 | 26 | 35 | 0 | 40 | 377 | 30 | 72 |
| Binary | 10001000 | 1111011 | 10101110 | 10110 | 11101 | 0 | 100000 | 11111111 | 11000 | 111010 |
Color Harmonies of #887BAE
Complementary color
Monochromatic Colors of #887BAE
Black with #887BAE
Text Example
Text Example
White with #887BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BAE; }
p { color: rgb(136,123,174); }
H1.HeaderClassName
{
color: #887BAE;
}
.AnyTagClassName
{
color: #887BAE;
}
</style>
background-color css
<style>
a { background-color: #887BAE; }
a { background-color: rgb(136,123,174); }
div.DivClassName
{
background-color: #887BAE;
}
.BgClassName
{
background-color: #887BAE;
}
</style>
border-color css
<style>
span { border-color: #887BAE; }
span { border-color: rgb(136,123,174); }
td.TdClassName
{
border-color: #887BAE;
}
.TagClassName
{
border-color: #887BAE;
}
</style>