Shades of Deluge #877CA0
Tints of Deluge #877CA0
RGB
CMYK
RGB Variations
Color information
#877CA0 (or 0x877CA0) is known color: Deluge. HEX triplet: 87, 7C and A0. RGB value is (135,124,160). Sum of RGB (Red+Green+Blue) = 135+124+160=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #877CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877CA0 is #78835F. Grayscale: #838383. Windows color (decimal): -7897952 or 10517639. OLE color: 10517639.
HSL color Cylindrical-coordinate representation of color #877CA0: hue angle of 258.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #877CA0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 124 | 160 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.37 |
| HSL | 258.33º | 0.16% | 0.56% | - |
| HSV(B) | 258.33º | 0.23% | 0.63% | - |
| XYZ | 23.54 | 22.1 | 36.28 | - |
| YUV | 131.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 160 | 0.16 | 0.22 | 0 | 0.37 | 258.33 | 0.16 | 0.56 |
| Hex | 87 | 7C | A0 | 10 | 16 | 0 | 25 | 102 | 10 | 38 |
| Octal | 207 | 174 | 240 | 20 | 26 | 0 | 45 | 402 | 20 | 70 |
| Binary | 10000111 | 1111100 | 10100000 | 10000 | 10110 | 0 | 100101 | 100000010 | 10000 | 111000 |
Color Harmonies of #877CA0
Complementary color
Monochromatic Colors of #877CA0
Black with #877CA0
Text Example
Text Example
White with #877CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CA0; }
p { color: rgb(135,124,160); }
H1.HeaderClassName
{
color: #877CA0;
}
.AnyTagClassName
{
color: #877CA0;
}
</style>
background-color css
<style>
a { background-color: #877CA0; }
a { background-color: rgb(135,124,160); }
div.DivClassName
{
background-color: #877CA0;
}
.BgClassName
{
background-color: #877CA0;
}
</style>
border-color css
<style>
span { border-color: #877CA0; }
span { border-color: rgb(135,124,160); }
td.TdClassName
{
border-color: #877CA0;
}
.TagClassName
{
border-color: #877CA0;
}
</style>