Shades of Deluge #877F98
Tints of Deluge #877F98
RGB
CMYK
RGB Variations
Color information
#877F98 (or 0x877F98) is known color: Deluge. HEX triplet: 87, 7F and 98. RGB value is (135,127,152). Sum of RGB (Red+Green+Blue) = 135+127+152=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #877F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F98 is #788067. Grayscale: #848484. Windows color (decimal): -7897192 or 9994119. OLE color: 9994119.
HSL color Cylindrical-coordinate representation of color #877F98: hue angle of 259.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877F98 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 127 | 152 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.40 |
| HSL | 259.2º | 0.11% | 0.55% | - |
| HSV(B) | 259.2º | 0.16% | 0.6% | - |
| XYZ | 23.25 | 22.6 | 32.84 | - |
| YUV | 132.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 152 | 0.11 | 0.16 | 0 | 0.40 | 259.2 | 0.11 | 0.55 |
| Hex | 87 | 7F | 98 | B | 10 | 0 | 28 | 103 | B | 37 |
| Octal | 207 | 177 | 230 | 13 | 20 | 0 | 50 | 403 | 13 | 67 |
| Binary | 10000111 | 1111111 | 10011000 | 1011 | 10000 | 0 | 101000 | 100000011 | 1011 | 110111 |
Color Harmonies of #877F98
Complementary color
Monochromatic Colors of #877F98
Black with #877F98
Text Example
Text Example
White with #877F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F98; }
p { color: rgb(135,127,152); }
H1.HeaderClassName
{
color: #877F98;
}
.AnyTagClassName
{
color: #877F98;
}
</style>
background-color css
<style>
a { background-color: #877F98; }
a { background-color: rgb(135,127,152); }
div.DivClassName
{
background-color: #877F98;
}
.BgClassName
{
background-color: #877F98;
}
</style>
border-color css
<style>
span { border-color: #877F98; }
span { border-color: rgb(135,127,152); }
td.TdClassName
{
border-color: #877F98;
}
.TagClassName
{
border-color: #877F98;
}
</style>