Shades of Deluge #887DAA
Tints of Deluge #887DAA
RGB
CMYK
RGB Variations
Color information
#887DAA (or 0x887DAA) is known color: Deluge. HEX triplet: 88, 7D and AA. RGB value is (136,125,170). Sum of RGB (Red+Green+Blue) = 136+125+170=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #887DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAA is #778255. Grayscale: #858585. Windows color (decimal): -7832150 or 11173256. OLE color: 11173256.
HSL color Cylindrical-coordinate representation of color #887DAA: hue angle of 254.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887DAA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 125 | 170 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.33 |
| HSL | 254.67º | 0.21% | 0.58% | - |
| HSV(B) | 254.67º | 0.26% | 0.67% | - |
| XYZ | 24.74 | 22.8 | 41.13 | - |
| YUV | 133.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 170 | 0.20 | 0.26 | 0 | 0.33 | 254.67 | 0.21 | 0.58 |
| Hex | 88 | 7D | AA | 14 | 1A | 0 | 21 | FF | 15 | 3A |
| Octal | 210 | 175 | 252 | 24 | 32 | 0 | 41 | 377 | 25 | 72 |
| Binary | 10001000 | 1111101 | 10101010 | 10100 | 11010 | 0 | 100001 | 11111111 | 10101 | 111010 |
Color Harmonies of #887DAA
Complementary color
Monochromatic Colors of #887DAA
Black with #887DAA
Text Example
Text Example
White with #887DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DAA; }
p { color: rgb(136,125,170); }
H1.HeaderClassName
{
color: #887DAA;
}
.AnyTagClassName
{
color: #887DAA;
}
</style>
background-color css
<style>
a { background-color: #887DAA; }
a { background-color: rgb(136,125,170); }
div.DivClassName
{
background-color: #887DAA;
}
.BgClassName
{
background-color: #887DAA;
}
</style>
border-color css
<style>
span { border-color: #887DAA; }
span { border-color: rgb(136,125,170); }
td.TdClassName
{
border-color: #887DAA;
}
.TagClassName
{
border-color: #887DAA;
}
</style>