#87688B

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

Shades of Trendy Pink #87688B

Tints of Trendy Pink #87688B

Color information

#87688B (or 0x87688B) is unknown color: approx Trendy Pink. HEX triplet: 87, 68 and 8B. RGB value is (135,104,139). Sum of RGB (Red+Green+Blue) = 135+104+139=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #87688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87688B is #789774. Grayscale: #757575. Windows color (decimal): -7903093 or 9136263. OLE color: 9136263.

HSL color Cylindrical-coordinate representation of color #87688B: hue angle of 293.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87688B is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135104139-
CMYK0.030.2500.45
HSL293.14º14.4%47.65%-
HSV(B)293.14º25.18%54.51%-
XYZ19.616.9226.66-
YUV117.26140.27140.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=35.71%
G=27.51%
B=36.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351041390.030.2500.45293.1414.447.65
Hex87688B31902D125e30
Octal2071502133310554451660
Binary10000111110100010001011111100101011011001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87688B; }

 p { color: rgb(135,104,139); }

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

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

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

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

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

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

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