#876290

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

Shades of Trendy Pink #876290

Tints of Trendy Pink #876290

Color information

#876290 (or 0x876290) is unknown color: approx Trendy Pink. HEX triplet: 87, 62 and 90. RGB value is (135,98,144). Sum of RGB (Red+Green+Blue) = 135+98+144=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #876290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876290 is #789D6F. Grayscale: #727272. Windows color (decimal): -7904624 or 9462407. OLE color: 9462407.

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

Color convert

RGB13598144-
CMYK0.060.3200.44
HSL288.26º19.01%47.45%-
HSV(B)288.26º31.94%56.47%-
XYZ19.3915.928.43-
YUV114.31144.76142.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=35.81%
G=25.99%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135981440.060.3200.44288.2619.0147.45
Hex87629062002C120132f
Octal2071422206400544402357
Binary10000111110001010010000110100000010110010010000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876290; }

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

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

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

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

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

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

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

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