Shades of Deluge #877CAE
Tints of Deluge #877CAE
RGB
CMYK
RGB Variations
Color information
#877CAE (or 0x877CAE) is known color: Deluge. HEX triplet: 87, 7C and AE. RGB value is (135,124,174). Sum of RGB (Red+Green+Blue) = 135+124+174=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #877CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877CAE is #788351. Grayscale: #848484. Windows color (decimal): -7897938 or 11435143. OLE color: 11435143.
HSL color Cylindrical-coordinate representation of color #877CAE: hue angle of 253.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877CAE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 124 | 174 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.32 |
| HSL | 253.2º | 0.24% | 0.58% | - |
| HSV(B) | 253.2º | 0.29% | 0.68% | - |
| XYZ | 24.84 | 22.62 | 43.1 | - |
| YUV | 132.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 174 | 0.22 | 0.29 | 0 | 0.32 | 253.2 | 0.24 | 0.58 |
| Hex | 87 | 7C | AE | 16 | 1D | 0 | 20 | FD | 18 | 3A |
| Octal | 207 | 174 | 256 | 26 | 35 | 0 | 40 | 375 | 30 | 72 |
| Binary | 10000111 | 1111100 | 10101110 | 10110 | 11101 | 0 | 100000 | 11111101 | 11000 | 111010 |
Color Harmonies of #877CAE
Complementary color
Monochromatic Colors of #877CAE
Black with #877CAE
Text Example
Text Example
White with #877CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CAE; }
p { color: rgb(135,124,174); }
H1.HeaderClassName
{
color: #877CAE;
}
.AnyTagClassName
{
color: #877CAE;
}
</style>
background-color css
<style>
a { background-color: #877CAE; }
a { background-color: rgb(135,124,174); }
div.DivClassName
{
background-color: #877CAE;
}
.BgClassName
{
background-color: #877CAE;
}
</style>
border-color css
<style>
span { border-color: #877CAE; }
span { border-color: rgb(135,124,174); }
td.TdClassName
{
border-color: #877CAE;
}
.TagClassName
{
border-color: #877CAE;
}
</style>