Shades of Deluge #87769E
Tints of Deluge #87769E
RGB
CMYK
RGB Variations
Color information
#87769E (or 0x87769E) is known color: Deluge. HEX triplet: 87, 76 and 9E. RGB value is (135,118,158). Sum of RGB (Red+Green+Blue) = 135+118+158=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #87769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87769E is #788961. Grayscale: #7F7F7F. Windows color (decimal): -7899490 or 10385031. OLE color: 10385031.
HSL color Cylindrical-coordinate representation of color #87769E: hue angle of 265.5º 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 #87769E is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 118 | 158 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.38 |
| HSL | 265.5º | 0.17% | 0.54% | - |
| HSV(B) | 265.5º | 0.25% | 0.62% | - |
| XYZ | 22.64 | 20.58 | 35.13 | - |
| YUV | 127.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 158 | 0.15 | 0.25 | 0 | 0.38 | 265.5 | 0.17 | 0.54 |
| Hex | 87 | 76 | 9E | F | 19 | 0 | 26 | 10A | 11 | 36 |
| Octal | 207 | 166 | 236 | 17 | 31 | 0 | 46 | 412 | 21 | 66 |
| Binary | 10000111 | 1110110 | 10011110 | 1111 | 11001 | 0 | 100110 | 100001010 | 10001 | 110110 |
Color Harmonies of #87769E
Complementary color
Monochromatic Colors of #87769E
Black with #87769E
Text Example
Text Example
White with #87769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87769E; }
p { color: rgb(135,118,158); }
H1.HeaderClassName
{
color: #87769E;
}
.AnyTagClassName
{
color: #87769E;
}
</style>
background-color css
<style>
a { background-color: #87769E; }
a { background-color: rgb(135,118,158); }
div.DivClassName
{
background-color: #87769E;
}
.BgClassName
{
background-color: #87769E;
}
</style>
border-color css
<style>
span { border-color: #87769E; }
span { border-color: rgb(135,118,158); }
td.TdClassName
{
border-color: #87769E;
}
.TagClassName
{
border-color: #87769E;
}
</style>