Html Css Color HEX #87698D Trendy Pink

📋 copy color: '#87698D'

red 135 ◦ green 105 ◦ blue 141

#87698D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #87698D

Tints of Trendy Pink #87698D

RGB

 RED value IS 135 (53.13% 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 value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87698D (or 0x87698D) is known color: 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

RGB 135 105 141 -
CMYK 0.04 0.26 0 0.45
HSL 290º 0.15% 0.48% -
HSV(B) 290º 0.26% 0.55% -
XYZ 19.85 17.18 27.47 -
YUV 118.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 135 105 141 0.04 0.26 0 0.45 290 0.15 0.48
Hex 87 69 8D 4 1A 0 2D 122 F 30
Octal 207 151 215 4 32 0 55 442 17 60
Binary 10000111 1101001 10001101 100 11010 0 101101 100100010 1111 110000

Color Harmonies of #87698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87698D

Black with #87698D

Text Example


Text Example

White with #87698D

Text Example


Text Example

HTML Codes & Css Web 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>