Shades of Deluge #877F9A
Tints of Deluge #877F9A
RGB
CMYK
RGB Variations
Color information
#877F9A (or 0x877F9A) is known color: Deluge. HEX triplet: 87, 7F and 9A. RGB value is (135,127,154). Sum of RGB (Red+Green+Blue) = 135+127+154=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #877F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F9A is #788065. Grayscale: #848484. Windows color (decimal): -7897190 or 10125191. OLE color: 10125191.
HSL color Cylindrical-coordinate representation of color #877F9A: hue angle of 257.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877F9A is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 127 | 154 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.40 |
| HSL | 257.78º | 0.12% | 0.55% | - |
| HSV(B) | 257.78º | 0.18% | 0.6% | - |
| XYZ | 23.41 | 22.66 | 33.71 | - |
| YUV | 132.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 154 | 0.12 | 0.18 | 0 | 0.40 | 257.78 | 0.12 | 0.55 |
| Hex | 87 | 7F | 9A | C | 12 | 0 | 28 | 102 | C | 37 |
| Octal | 207 | 177 | 232 | 14 | 22 | 0 | 50 | 402 | 14 | 67 |
| Binary | 10000111 | 1111111 | 10011010 | 1100 | 10010 | 0 | 101000 | 100000010 | 1100 | 110111 |
Color Harmonies of #877F9A
Complementary color
Monochromatic Colors of #877F9A
Black with #877F9A
Text Example
Text Example
White with #877F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F9A; }
p { color: rgb(135,127,154); }
H1.HeaderClassName
{
color: #877F9A;
}
.AnyTagClassName
{
color: #877F9A;
}
</style>
background-color css
<style>
a { background-color: #877F9A; }
a { background-color: rgb(135,127,154); }
div.DivClassName
{
background-color: #877F9A;
}
.BgClassName
{
background-color: #877F9A;
}
</style>
border-color css
<style>
span { border-color: #877F9A; }
span { border-color: rgb(135,127,154); }
td.TdClassName
{
border-color: #877F9A;
}
.TagClassName
{
border-color: #877F9A;
}
</style>