#87698B

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

Shades of Trendy Pink #87698B

Tints of Trendy Pink #87698B

Color information

#87698B (or 0x87698B) is unknown color: approx Trendy Pink. HEX triplet: 87, 69 and 8B. RGB value is (135,105,139). Sum of RGB (Red+Green+Blue) = 135+105+139=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #87698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87698B is #789674. Grayscale: #757575. Windows color (decimal): -7902837 or 9136519. OLE color: 9136519.

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

Color convert

RGB135105139-
CMYK0.030.2400.45
HSL292.94º13.93%47.84%-
HSV(B)292.94º24.46%54.51%-
XYZ19.717.1226.69-
YUV117.85139.94140.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=35.62%
G=27.70%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351051390.030.2400.45292.9413.9347.84
Hex87698B31802D125e30
Octal2071512133300554451660
Binary10000111110100110001011111100001011011001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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