Shades of Deluge #87799F
Tints of Deluge #87799F
RGB
CMYK
RGB Variations
Color information
#87799F (or 0x87799F) is known color: Deluge. HEX triplet: 87, 79 and 9F. RGB value is (135,121,159). Sum of RGB (Red+Green+Blue) = 135+121+159=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #87799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87799F is #788660. Grayscale: #818181. Windows color (decimal): -7898721 or 10451335. OLE color: 10451335.
HSL color Cylindrical-coordinate representation of color #87799F: hue angle of 262.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87799F is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 121 | 159 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.38 |
| HSL | 262.11º | 0.17% | 0.55% | - |
| HSV(B) | 262.11º | 0.24% | 0.62% | - |
| XYZ | 23.09 | 21.33 | 35.7 | - |
| YUV | 129.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 159 | 0.15 | 0.24 | 0 | 0.38 | 262.11 | 0.17 | 0.55 |
| Hex | 87 | 79 | 9F | F | 18 | 0 | 26 | 106 | 11 | 37 |
| Octal | 207 | 171 | 237 | 17 | 30 | 0 | 46 | 406 | 21 | 67 |
| Binary | 10000111 | 1111001 | 10011111 | 1111 | 11000 | 0 | 100110 | 100000110 | 10001 | 110111 |
Color Harmonies of #87799F
Complementary color
Monochromatic Colors of #87799F
Black with #87799F
Text Example
Text Example
White with #87799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87799F; }
p { color: rgb(135,121,159); }
H1.HeaderClassName
{
color: #87799F;
}
.AnyTagClassName
{
color: #87799F;
}
</style>
background-color css
<style>
a { background-color: #87799F; }
a { background-color: rgb(135,121,159); }
div.DivClassName
{
background-color: #87799F;
}
.BgClassName
{
background-color: #87799F;
}
</style>
border-color css
<style>
span { border-color: #87799F; }
span { border-color: rgb(135,121,159); }
td.TdClassName
{
border-color: #87799F;
}
.TagClassName
{
border-color: #87799F;
}
</style>