#876986

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

Shades of Trendy Pink #876986

Tints of Trendy Pink #876986

Color information

#876986 (or 0x876986) is unknown color: approx Trendy Pink. HEX triplet: 87, 69 and 86. RGB value is (135,105,134). Sum of RGB (Red+Green+Blue) = 135+105+134=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #876986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876986 is #789679. Grayscale: #757575. Windows color (decimal): -7902842 or 8808839. OLE color: 8808839.

HSL color Cylindrical-coordinate representation of color #876986: hue angle of 302º 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 #876986 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135105134-
CMYK00.220.010.47
HSL302º12.5%47.06%-
HSV(B)302º22.22%52.94%-
XYZ19.3516.9824.81-
YUV117.28137.44140.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=36.10%
G=28.07%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510513400.220.010.4730212.547.06
Hex87698601612F12ed2f
Octal2071512060261574561557
Binary1000011111010011000011001011011011111001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876986; }

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

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

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

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

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

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

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

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