Shades of Deluge #887BAB
Tints of Deluge #887BAB
RGB
CMYK
RGB Variations
Color information
#887BAB (or 0x887BAB) is known color: Deluge. HEX triplet: 88, 7B and AB. RGB value is (136,123,171). Sum of RGB (Red+Green+Blue) = 136+123+171=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #887BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887BAB is #778454. Grayscale: #848484. Windows color (decimal): -7832661 or 11238280. OLE color: 11238280.
HSL color Cylindrical-coordinate representation of color #887BAB: hue angle of 256.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887BAB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 123 | 171 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.33 |
| HSL | 256.25º | 0.22% | 0.58% | - |
| HSV(B) | 256.25º | 0.28% | 0.67% | - |
| XYZ | 24.59 | 22.34 | 41.54 | - |
| YUV | 132.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 171 | 0.20 | 0.28 | 0 | 0.33 | 256.25 | 0.22 | 0.58 |
| Hex | 88 | 7B | AB | 14 | 1C | 0 | 21 | 100 | 16 | 3A |
| Octal | 210 | 173 | 253 | 24 | 34 | 0 | 41 | 400 | 26 | 72 |
| Binary | 10001000 | 1111011 | 10101011 | 10100 | 11100 | 0 | 100001 | 100000000 | 10110 | 111010 |
Color Harmonies of #887BAB
Complementary color
Monochromatic Colors of #887BAB
Black with #887BAB
Text Example
Text Example
White with #887BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BAB; }
p { color: rgb(136,123,171); }
H1.HeaderClassName
{
color: #887BAB;
}
.AnyTagClassName
{
color: #887BAB;
}
</style>
background-color css
<style>
a { background-color: #887BAB; }
a { background-color: rgb(136,123,171); }
div.DivClassName
{
background-color: #887BAB;
}
.BgClassName
{
background-color: #887BAB;
}
</style>
border-color css
<style>
span { border-color: #887BAB; }
span { border-color: rgb(136,123,171); }
td.TdClassName
{
border-color: #887BAB;
}
.TagClassName
{
border-color: #887BAB;
}
</style>