#876089

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

Shades of Trendy Pink #876089

Tints of Trendy Pink #876089

Color information

#876089 (or 0x876089) is unknown color: approx Trendy Pink. HEX triplet: 87, 60 and 89. RGB value is (135,96,137). Sum of RGB (Red+Green+Blue) = 135+96+137=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #876089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876089 is #789F76. Grayscale: #707070. Windows color (decimal): -7905143 or 9003143. OLE color: 9003143.

HSL color Cylindrical-coordinate representation of color #876089: hue angle of 297.07º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #876089 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13596137-
CMYK0.010.3000.46
HSL297.07º17.6%45.69%-
HSV(B)297.07º29.93%53.73%-
XYZ18.6915.3225.64-
YUV112.33141.92144.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=36.68%
G=26.09%
B=37.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135961370.010.3000.46297.0717.645.69
Hex87608911E02E129122e
Octal2071402111360564512256
Binary10000111110000010001001111110010111010010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876089; }

 p { color: rgb(135,96,137); }

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

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

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

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

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

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

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