#87668C

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

Shades of Trendy Pink #87668C

Tints of Trendy Pink #87668C

Color information

#87668C (or 0x87668C) is unknown color: approx 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

RGB135102140-
CMYK0.040.2700.45
HSL292.11º15.7%47.45%-
HSV(B)292.11º27.14%54.9%-
XYZ19.4816.5526.98-
YUV116.2141.43141.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351021400.040.2700.45292.1115.747.45
Hex87668C41B02D124102f
Octal2071462144330554442057
Binary1000011111001101000110010011011010110110010010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>