#89748C

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

Shades of Trendy Pink #89748C

Tints of Trendy Pink #89748C

Color information

#89748C (or 0x89748C) is unknown color: approx Trendy Pink. HEX triplet: 89, 74 and 8C. RGB value is (137,116,140). Sum of RGB (Red+Green+Blue) = 137+116+140=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #89748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89748C is #768B73. Grayscale: #7C7C7C. Windows color (decimal): -7768948 or 9204873. OLE color: 9204873.

HSL color Cylindrical-coordinate representation of color #89748C: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89748C is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB137116140-
CMYK0.020.1700.45
HSL292.5º9.45%50.2%-
HSV(B)292.5º17.14%54.9%-
XYZ21.319.727.49-
YUV125.02136.46136.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=34.86%
G=29.52%
B=35.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371161400.020.1700.45292.59.4550.2
Hex89748C21102D125932
Octal2111642142210554451162
Binary10001001111010010001100101000101011011001001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89748C; }

 p { color: rgb(137,116,140); }

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

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

 a { background-color: rgb(137,116,140); }

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

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

 span { border-color: rgb(137,116,140); }

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