Shades of Deluge #87759A
Tints of Deluge #87759A
RGB
CMYK
RGB Variations
Color information
#87759A (or 0x87759A) is known color: Deluge. HEX triplet: 87, 75 and 9A. RGB value is (135,117,154). Sum of RGB (Red+Green+Blue) = 135+117+154=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #87759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87759A is #788A65. Grayscale: #7E7E7E. Windows color (decimal): -7899750 or 10122631. OLE color: 10122631.
HSL color Cylindrical-coordinate representation of color #87759A: hue angle of 269.19º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87759A is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 117 | 154 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.40 |
| HSL | 269.19º | 0.15% | 0.53% | - |
| HSV(B) | 269.19º | 0.24% | 0.6% | - |
| XYZ | 22.19 | 20.21 | 33.3 | - |
| YUV | 126.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 154 | 0.12 | 0.24 | 0 | 0.40 | 269.19 | 0.15 | 0.53 |
| Hex | 87 | 75 | 9A | C | 18 | 0 | 28 | 10D | F | 35 |
| Octal | 207 | 165 | 232 | 14 | 30 | 0 | 50 | 415 | 17 | 65 |
| Binary | 10000111 | 1110101 | 10011010 | 1100 | 11000 | 0 | 101000 | 100001101 | 1111 | 110101 |
Color Harmonies of #87759A
Complementary color
Monochromatic Colors of #87759A
Black with #87759A
Text Example
Text Example
White with #87759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87759A; }
p { color: rgb(135,117,154); }
H1.HeaderClassName
{
color: #87759A;
}
.AnyTagClassName
{
color: #87759A;
}
</style>
background-color css
<style>
a { background-color: #87759A; }
a { background-color: rgb(135,117,154); }
div.DivClassName
{
background-color: #87759A;
}
.BgClassName
{
background-color: #87759A;
}
</style>
border-color css
<style>
span { border-color: #87759A; }
span { border-color: rgb(135,117,154); }
td.TdClassName
{
border-color: #87759A;
}
.TagClassName
{
border-color: #87759A;
}
</style>