#875B87

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

Shades of Trendy Pink #875B87

Tints of Trendy Pink #875B87

Color information

#875B87 (or 0x875B87) is unknown color: approx Trendy Pink. HEX triplet: 87, 5B and 87. RGB value is (135,91,135). Sum of RGB (Red+Green+Blue) = 135+91+135=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #875B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B87 is #78A478. Grayscale: #6D6D6D. Windows color (decimal): -7906425 or 8870791. OLE color: 8870791.

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

Color convert

RGB13591135-
CMYK00.3300.47
HSL300º19.47%44.31%-
HSV(B)300º32.59%52.94%-
XYZ18.1114.3824.74-
YUV109.17142.58146.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=37.40%
G=25.21%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359113500.3300.4730019.4744.31
Hex875B8702102F12c132c
Octal2071332070410574542354
Binary100001111011011100001110100001010111110010110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875B87; }

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

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

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

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

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

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

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

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