#87698D

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

Shades of Trendy Pink #87698D

Tints of Trendy Pink #87698D

Color information

#87698D (or 0x87698D) is unknown color: approx Trendy Pink. HEX triplet: 87, 69 and 8D. RGB value is (135,105,141). Sum of RGB (Red+Green+Blue) = 135+105+141=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #87698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87698D is #789672. Grayscale: #757575. Windows color (decimal): -7902835 or 9267591. OLE color: 9267591.

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

Color convert

RGB135105141-
CMYK0.040.2600.45
HSL290º14.63%48.24%-
HSV(B)290º25.53%55.29%-
XYZ19.8517.1827.47-
YUV118.07140.94140.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=35.43%
G=27.56%
B=37.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351051410.040.2600.4529014.6348.24
Hex87698D41A02D122f30
Octal2071512154320554421760
Binary100001111101001100011011001101001011011001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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