Shades of Deluge #87789A
Tints of Deluge #87789A
RGB
CMYK
RGB Variations
Color information
#87789A (or 0x87789A) is known color: Deluge. HEX triplet: 87, 78 and 9A. RGB value is (135,120,154). Sum of RGB (Red+Green+Blue) = 135+120+154=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #87789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87789A is #788765. Grayscale: #808080. Windows color (decimal): -7898982 or 10123399. OLE color: 10123399.
HSL color Cylindrical-coordinate representation of color #87789A: hue angle of 266.47º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87789A is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 120 | 154 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.40 |
| HSL | 266.47º | 0.14% | 0.54% | - |
| HSV(B) | 266.47º | 0.22% | 0.6% | - |
| XYZ | 22.54 | 20.92 | 33.42 | - |
| YUV | 128.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 154 | 0.12 | 0.22 | 0 | 0.40 | 266.47 | 0.14 | 0.54 |
| Hex | 87 | 78 | 9A | C | 16 | 0 | 28 | 10A | E | 36 |
| Octal | 207 | 170 | 232 | 14 | 26 | 0 | 50 | 412 | 16 | 66 |
| Binary | 10000111 | 1111000 | 10011010 | 1100 | 10110 | 0 | 101000 | 100001010 | 1110 | 110110 |
Color Harmonies of #87789A
Complementary color
Monochromatic Colors of #87789A
Black with #87789A
Text Example
Text Example
White with #87789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87789A; }
p { color: rgb(135,120,154); }
H1.HeaderClassName
{
color: #87789A;
}
.AnyTagClassName
{
color: #87789A;
}
</style>
background-color css
<style>
a { background-color: #87789A; }
a { background-color: rgb(135,120,154); }
div.DivClassName
{
background-color: #87789A;
}
.BgClassName
{
background-color: #87789A;
}
</style>
border-color css
<style>
span { border-color: #87789A; }
span { border-color: rgb(135,120,154); }
td.TdClassName
{
border-color: #87789A;
}
.TagClassName
{
border-color: #87789A;
}
</style>