#876490

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

Shades of Trendy Pink #876490

Tints of Trendy Pink #876490

Color information

#876490 (or 0x876490) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 90. RGB value is (135,100,144). Sum of RGB (Red+Green+Blue) = 135+100+144=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #876490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876490 is #789B6F. Grayscale: #737373. Windows color (decimal): -7904112 or 9462919. OLE color: 9462919.

HSL color Cylindrical-coordinate representation of color #876490: hue angle of 287.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #876490 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135100144-
CMYK0.060.3100.44
HSL287.73º18.03%47.84%-
HSV(B)287.73º30.56%56.47%-
XYZ19.5816.2828.5-
YUV115.48144.1141.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=35.62%
G=26.39%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351001440.060.3100.44287.7318.0347.84
Hex87649061F02C1201230
Octal2071442206370544402260
Binary1000011111001001001000011011111010110010010000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876490; }

 p { color: rgb(135,100,144); }

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

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

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

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

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

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

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