Shades of Deluge #877599
Tints of Deluge #877599
RGB
CMYK
RGB Variations
Color information
#877599 (or 0x877599) is known color: Deluge. HEX triplet: 87, 75 and 99. RGB value is (135,117,153). Sum of RGB (Red+Green+Blue) = 135+117+153=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #877599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877599 is #788A66. Grayscale: #7E7E7E. Windows color (decimal): -7899751 or 10057095. OLE color: 10057095.
HSL color Cylindrical-coordinate representation of color #877599: hue angle of 270º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #877599 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 117 | 153 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.4 |
| HSL | 270º | 0.15% | 0.53% | - |
| HSV(B) | 270º | 0.24% | 0.6% | - |
| XYZ | 22.1 | 20.17 | 32.87 | - |
| YUV | 126.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 153 | 0.12 | 0.24 | 0 | 0.4 | 270 | 0.15 | 0.53 |
| Hex | 87 | 75 | 99 | C | 18 | 0 | 28 | 10E | F | 35 |
| Octal | 207 | 165 | 231 | 14 | 30 | 0 | 50 | 416 | 17 | 65 |
| Binary | 10000111 | 1110101 | 10011001 | 1100 | 11000 | 0 | 101000 | 100001110 | 1111 | 110101 |
Color Harmonies of #877599
Complementary color
Monochromatic Colors of #877599
Black with #877599
Text Example
Text Example
White with #877599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877599; }
p { color: rgb(135,117,153); }
H1.HeaderClassName
{
color: #877599;
}
.AnyTagClassName
{
color: #877599;
}
</style>
background-color css
<style>
a { background-color: #877599; }
a { background-color: rgb(135,117,153); }
div.DivClassName
{
background-color: #877599;
}
.BgClassName
{
background-color: #877599;
}
</style>
border-color css
<style>
span { border-color: #877599; }
span { border-color: rgb(135,117,153); }
td.TdClassName
{
border-color: #877599;
}
.TagClassName
{
border-color: #877599;
}
</style>