#876987

Color #876987 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #876987

Tints of Trendy Pink #876987

Color information

#876987 (or 0x876987) is unknown color: approx Trendy Pink. HEX triplet: 87, 69 and 87. RGB value is (135,105,135). Sum of RGB (Red+Green+Blue) = 135+105+135=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #876987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876987 is #789678. Grayscale: #757575. Windows color (decimal): -7902841 or 8874375. OLE color: 8874375.

HSL color Cylindrical-coordinate representation of color #876987: hue angle of 300º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876987 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB135105135-
CMYK00.2200.47
HSL300º12.5%47.06%-
HSV(B)300º22.22%52.94%-
XYZ19.421725.18-
YUV117.39137.94140.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 135 (53.12% from 255) = 36%
R=36%
G=28%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510513500.2200.4730012.547.06
Hex87698701602F12cd2f
Octal2071512070260574541557
Binary1000011111010011000011101011001011111001011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876987; }

 p { color: rgb(135,105,135); }

 H1.HeaderClassName
 {
   color: #876987;
 }
 .AnyTagClassName
 {
   color: #876987;
 }
</style>
background-color css

<style>
 a { background-color: #876987; }

 a { background-color: rgb(135,105,135); }

 div.DivClassName
 {
   background-color: #876987;
 }
 .BgClassName
 {
   background-color: #876987;
 }
</style>
border-color css

<style>
 span { border-color: #876987; }

 span { border-color: rgb(135,105,135); }

 td.TdClassName
 {
   border-color: #876987;
 }
 .TagClassName
 {
   border-color: #876987;
 }
</style>