#896d8b

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

Shades of Trendy Pink #896D8B

Tints of Trendy Pink #896D8B

Color information

#896D8B (or 0x896D8B) is unknown color: approx Trendy Pink. HEX triplet: 89, 6D and 8B. RGB value is (137,109,139). Sum of RGB (Red+Green+Blue) = 137+109+139=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #896D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896D8B is #769274. Grayscale: #787878. Windows color (decimal): -7770741 or 9137545. OLE color: 9137545.

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

Color convert

RGB137109139-
CMYK0.010.2200.45
HSL296º12.1%48.63%-
HSV(B)296º21.58%54.51%-
XYZ20.4518.1226.85-
YUV120.79138.28139.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 109 (42.97% from 255) = 28.31%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=35.58%
G=28.31%
B=36.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371091390.010.2200.4529612.148.63
Hex896D8B11602D128c31
Octal2111552131260554501461
Binary1000100111011011000101111011001011011001010001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896d8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896d8b; }

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

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

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

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

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

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

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

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