Shades of Deluge #877A9F
Tints of Deluge #877A9F
RGB
CMYK
RGB Variations
Color information
#877A9F (or 0x877A9F) is known color: Deluge. HEX triplet: 87, 7A and 9F. RGB value is (135,122,159). Sum of RGB (Red+Green+Blue) = 135+122+159=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #877A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A9F is #788560. Grayscale: #818181. Windows color (decimal): -7898465 or 10451591. OLE color: 10451591.
HSL color Cylindrical-coordinate representation of color #877A9F: hue angle of 261.08º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #877A9F is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 122 | 159 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.38 |
| HSL | 261.08º | 0.16% | 0.55% | - |
| HSV(B) | 261.08º | 0.23% | 0.62% | - |
| XYZ | 23.21 | 21.57 | 35.74 | - |
| YUV | 130.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 159 | 0.15 | 0.23 | 0 | 0.38 | 261.08 | 0.16 | 0.55 |
| Hex | 87 | 7A | 9F | F | 17 | 0 | 26 | 105 | 10 | 37 |
| Octal | 207 | 172 | 237 | 17 | 27 | 0 | 46 | 405 | 20 | 67 |
| Binary | 10000111 | 1111010 | 10011111 | 1111 | 10111 | 0 | 100110 | 100000101 | 10000 | 110111 |
Color Harmonies of #877A9F
Complementary color
Monochromatic Colors of #877A9F
Black with #877A9F
Text Example
Text Example
White with #877A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A9F; }
p { color: rgb(135,122,159); }
H1.HeaderClassName
{
color: #877A9F;
}
.AnyTagClassName
{
color: #877A9F;
}
</style>
background-color css
<style>
a { background-color: #877A9F; }
a { background-color: rgb(135,122,159); }
div.DivClassName
{
background-color: #877A9F;
}
.BgClassName
{
background-color: #877A9F;
}
</style>
border-color css
<style>
span { border-color: #877A9F; }
span { border-color: rgb(135,122,159); }
td.TdClassName
{
border-color: #877A9F;
}
.TagClassName
{
border-color: #877A9F;
}
</style>