#875487

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

Shades of Trendy Pink #875487

Tints of Trendy Pink #875487

Color information

#875487 (or 0x875487) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 87. RGB value is (135,84,135). Sum of RGB (Red+Green+Blue) = 135+84+135=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #875487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875487 is #78AB78. Grayscale: #686868. Windows color (decimal): -7908217 or 8868999. OLE color: 8868999.

HSL color Cylindrical-coordinate representation of color #875487: hue angle of 300º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875487 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13584135-
CMYK00.3800.47
HSL300º23.29%42.94%-
HSV(B)300º37.78%52.94%-
XYZ17.5413.2424.55-
YUV105.06144.9149.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=38.14%
G=23.73%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358413500.3800.4730023.2942.94
Hex87548702602F12c172b
Octal2071242070460574542753
Binary100001111010100100001110100110010111110010110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875487; }

 p { color: rgb(135,84,135); }

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

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

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

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

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

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

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