Html Css Color HEX #87668C Trendy Pink

📋 copy color: '#87668C'

red 135 ◦ green 102 ◦ blue 140

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

Shades of Trendy Pink #87668C

Tints of Trendy Pink #87668C

RGB

 RED value IS 135 (53.13% from 255) = 35.81%

 GREEN value IS 102 (40.23% from 255) = 27.06%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 35.81%
G = 27.06%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87668C (or 0x87668C) is known color: Trendy Pink. HEX triplet: 87, 66 and 8C. RGB value is (135,102,140). Sum of RGB (Red+Green+Blue) = 135+102+140=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #87668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87668C is #789973. Grayscale: #747474. Windows color (decimal): -7903604 or 9201287. OLE color: 9201287.

HSL color Cylindrical-coordinate representation of color #87668C: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87668C is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 102 140 -
CMYK 0.04 0.27 0 0.45
HSL 292.11º 0.16% 0.47% -
HSV(B) 292.11º 0.27% 0.55% -
XYZ 19.48 16.55 26.98 -
YUV 116.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 135 102 140 0.04 0.27 0 0.45 292.11 0.16 0.47
Hex 87 66 8C 4 1B 0 2D 124 10 2F
Octal 207 146 214 4 33 0 55 444 20 57
Binary 10000111 1100110 10001100 100 11011 0 101101 100100100 10000 101111

Color Harmonies of #87668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87668C

Black with #87668C

Text Example


Text Example

White with #87668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87668C; }

 p { color: rgb(135,102,140); }

 H1.HeaderClassName
 {
   color: #87668C;
 }
 .AnyTagClassName
 {
   color: #87668C;
 }
</style>

background-color css

<style>
 a { background-color: #87668C; }

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

 div.DivClassName
 {
   background-color: #87668C;
 }
 .BgClassName
 {
   background-color: #87668C;
 }
</style>

border-color css

<style>
 span { border-color: #87668C; }

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

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