Shades of Deluge #87719E
Tints of Deluge #87719E
RGB
CMYK
RGB Variations
Color information
#87719E (or 0x87719E) is known color: Deluge. HEX triplet: 87, 71 and 9E. RGB value is (135,113,158). Sum of RGB (Red+Green+Blue) = 135+113+158=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #87719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87719E is #788E61. Grayscale: #7C7C7C. Windows color (decimal): -7900770 or 10383751. OLE color: 10383751.
HSL color Cylindrical-coordinate representation of color #87719E: hue angle of 269.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87719E is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 113 | 158 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.38 |
| HSL | 269.33º | 0.19% | 0.53% | - |
| HSV(B) | 269.33º | 0.28% | 0.62% | - |
| XYZ | 22.07 | 19.43 | 34.93 | - |
| YUV | 124.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 158 | 0.15 | 0.28 | 0 | 0.38 | 269.33 | 0.19 | 0.53 |
| Hex | 87 | 71 | 9E | F | 1C | 0 | 26 | 10D | 13 | 35 |
| Octal | 207 | 161 | 236 | 17 | 34 | 0 | 46 | 415 | 23 | 65 |
| Binary | 10000111 | 1110001 | 10011110 | 1111 | 11100 | 0 | 100110 | 100001101 | 10011 | 110101 |
Color Harmonies of #87719E
Complementary color
Monochromatic Colors of #87719E
Black with #87719E
Text Example
Text Example
White with #87719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87719E; }
p { color: rgb(135,113,158); }
H1.HeaderClassName
{
color: #87719E;
}
.AnyTagClassName
{
color: #87719E;
}
</style>
background-color css
<style>
a { background-color: #87719E; }
a { background-color: rgb(135,113,158); }
div.DivClassName
{
background-color: #87719E;
}
.BgClassName
{
background-color: #87719E;
}
</style>
border-color css
<style>
span { border-color: #87719E; }
span { border-color: rgb(135,113,158); }
td.TdClassName
{
border-color: #87719E;
}
.TagClassName
{
border-color: #87719E;
}
</style>