#89708B

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

Shades of Trendy Pink #89708B

Tints of Trendy Pink #89708B

Color information

#89708B (or 0x89708B) is unknown color: approx Trendy Pink. HEX triplet: 89, 70 and 8B. RGB value is (137,112,139). Sum of RGB (Red+Green+Blue) = 137+112+139=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #89708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89708B is #768F74. Grayscale: #7A7A7A. Windows color (decimal): -7769973 or 9138313. OLE color: 9138313.

HSL color Cylindrical-coordinate representation of color #89708B: hue angle of 295.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89708B is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB137112139-
CMYK0.010.1900.45
HSL295.56º10.76%49.22%-
HSV(B)295.56º19.42%54.51%-
XYZ20.7718.7726.95-
YUV122.55137.28138.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=35.31%
G=28.87%
B=35.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371121390.010.1900.45295.5610.7649.22
Hex89708B11302D128b31
Octal2111602131230554501361
Binary1000100111100001000101111001101011011001010001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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