Shades of Deluge #88769D
Tints of Deluge #88769D
RGB
CMYK
RGB Variations
Color information
#88769D (or 0x88769D) is known color: Deluge. HEX triplet: 88, 76 and 9D. RGB value is (136,118,157). Sum of RGB (Red+Green+Blue) = 136+118+157=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #88769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88769D is #778962. Grayscale: #7F7F7F. Windows color (decimal): -7833955 or 10319496. OLE color: 10319496.
HSL color Cylindrical-coordinate representation of color #88769D: hue angle of 267.69º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88769D is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 118 | 157 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.38 |
| HSL | 267.69º | 0.17% | 0.54% | - |
| HSV(B) | 267.69º | 0.25% | 0.62% | - |
| XYZ | 22.72 | 20.63 | 34.68 | - |
| YUV | 127.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 157 | 0.13 | 0.25 | 0 | 0.38 | 267.69 | 0.17 | 0.54 |
| Hex | 88 | 76 | 9D | D | 19 | 0 | 26 | 10C | 11 | 36 |
| Octal | 210 | 166 | 235 | 15 | 31 | 0 | 46 | 414 | 21 | 66 |
| Binary | 10001000 | 1110110 | 10011101 | 1101 | 11001 | 0 | 100110 | 100001100 | 10001 | 110110 |
Color Harmonies of #88769D
Complementary color
Monochromatic Colors of #88769D
Black with #88769D
Text Example
Text Example
White with #88769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88769D; }
p { color: rgb(136,118,157); }
H1.HeaderClassName
{
color: #88769D;
}
.AnyTagClassName
{
color: #88769D;
}
</style>
background-color css
<style>
a { background-color: #88769D; }
a { background-color: rgb(136,118,157); }
div.DivClassName
{
background-color: #88769D;
}
.BgClassName
{
background-color: #88769D;
}
</style>
border-color css
<style>
span { border-color: #88769D; }
span { border-color: rgb(136,118,157); }
td.TdClassName
{
border-color: #88769D;
}
.TagClassName
{
border-color: #88769D;
}
</style>