Shades of Deluge #877FA2
Tints of Deluge #877FA2
RGB
CMYK
RGB Variations
Color information
#877FA2 (or 0x877FA2) is known color: Deluge. HEX triplet: 87, 7F and A2. RGB value is (135,127,162). Sum of RGB (Red+Green+Blue) = 135+127+162=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 162 - color contains mainly: blue. Hex color #877FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FA2 is #78805D. Grayscale: #858585. Windows color (decimal): -7897182 or 10649479. OLE color: 10649479.
HSL color Cylindrical-coordinate representation of color #877FA2: hue angle of 253.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877FA2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 127 | 162 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.36 |
| HSL | 253.71º | 0.16% | 0.57% | - |
| HSV(B) | 253.71º | 0.22% | 0.64% | - |
| XYZ | 24.1 | 22.94 | 37.34 | - |
| YUV | 133.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 162 | 0.17 | 0.22 | 0 | 0.36 | 253.71 | 0.16 | 0.57 |
| Hex | 87 | 7F | A2 | 11 | 16 | 0 | 24 | FE | 10 | 39 |
| Octal | 207 | 177 | 242 | 21 | 26 | 0 | 44 | 376 | 20 | 71 |
| Binary | 10000111 | 1111111 | 10100010 | 10001 | 10110 | 0 | 100100 | 11111110 | 10000 | 111001 |
Color Harmonies of #877FA2
Complementary color
Monochromatic Colors of #877FA2
Black with #877FA2
Text Example
Text Example
White with #877FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877FA2; }
p { color: rgb(135,127,162); }
H1.HeaderClassName
{
color: #877FA2;
}
.AnyTagClassName
{
color: #877FA2;
}
</style>
background-color css
<style>
a { background-color: #877FA2; }
a { background-color: rgb(135,127,162); }
div.DivClassName
{
background-color: #877FA2;
}
.BgClassName
{
background-color: #877FA2;
}
</style>
border-color css
<style>
span { border-color: #877FA2; }
span { border-color: rgb(135,127,162); }
td.TdClassName
{
border-color: #877FA2;
}
.TagClassName
{
border-color: #877FA2;
}
</style>