Shades of Deluge #877A9D
Tints of Deluge #877A9D
RGB
CMYK
RGB Variations
Color information
#877A9D (or 0x877A9D) is known color: Deluge. HEX triplet: 87, 7A and 9D. RGB value is (135,122,157). Sum of RGB (Red+Green+Blue) = 135+122+157=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #877A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A9D is #788562. Grayscale: #818181. Windows color (decimal): -7898467 or 10320519. OLE color: 10320519.
HSL color Cylindrical-coordinate representation of color #877A9D: hue angle of 262.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877A9D is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 122 | 157 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.38 |
| HSL | 262.29º | 0.15% | 0.55% | - |
| HSV(B) | 262.29º | 0.22% | 0.62% | - |
| XYZ | 23.04 | 21.5 | 34.83 | - |
| YUV | 129.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 157 | 0.14 | 0.22 | 0 | 0.38 | 262.29 | 0.15 | 0.55 |
| Hex | 87 | 7A | 9D | E | 16 | 0 | 26 | 106 | F | 37 |
| Octal | 207 | 172 | 235 | 16 | 26 | 0 | 46 | 406 | 17 | 67 |
| Binary | 10000111 | 1111010 | 10011101 | 1110 | 10110 | 0 | 100110 | 100000110 | 1111 | 110111 |
Color Harmonies of #877A9D
Complementary color
Monochromatic Colors of #877A9D
Black with #877A9D
Text Example
Text Example
White with #877A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A9D; }
p { color: rgb(135,122,157); }
H1.HeaderClassName
{
color: #877A9D;
}
.AnyTagClassName
{
color: #877A9D;
}
</style>
background-color css
<style>
a { background-color: #877A9D; }
a { background-color: rgb(135,122,157); }
div.DivClassName
{
background-color: #877A9D;
}
.BgClassName
{
background-color: #877A9D;
}
</style>
border-color css
<style>
span { border-color: #877A9D; }
span { border-color: rgb(135,122,157); }
td.TdClassName
{
border-color: #877A9D;
}
.TagClassName
{
border-color: #877A9D;
}
</style>