#89708E

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

Shades of Trendy Pink #89708E

Tints of Trendy Pink #89708E

Color information

#89708E (or 0x89708E) is unknown color: approx Trendy Pink. HEX triplet: 89, 70 and 8E. RGB value is (137,112,142). Sum of RGB (Red+Green+Blue) = 137+112+142=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #89708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89708E is #768F71. Grayscale: #7A7A7A. Windows color (decimal): -7769970 or 9334921. OLE color: 9334921.

HSL color Cylindrical-coordinate representation of color #89708E: hue angle of 290º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89708E is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137112142-
CMYK0.040.2100.44
HSL290º11.81%49.8%-
HSV(B)290º21.13%55.69%-
XYZ20.9918.8628.13-
YUV122.9138.78138.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=35.04%
G=28.64%
B=36.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371121420.040.2100.4429011.8149.8
Hex89708E41502C122c32
Octal2111602164250544421462
Binary100010011110000100011101001010101011001001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89708E; }

 p { color: rgb(137,112,142); }

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

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

 a { background-color: rgb(137,112,142); }

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

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

 span { border-color: rgb(137,112,142); }

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