#896B8B

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

Shades of Trendy Pink #896B8B

Tints of Trendy Pink #896B8B

Color information

#896B8B (or 0x896B8B) is unknown color: approx Trendy Pink. HEX triplet: 89, 6B and 8B. RGB value is (137,107,139). Sum of RGB (Red+Green+Blue) = 137+107+139=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #896B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896B8B is #769474. Grayscale: #777777. Windows color (decimal): -7771253 or 9137033. OLE color: 9137033.

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

Color convert

RGB137107139-
CMYK0.010.2300.45
HSL296.25º13.01%48.24%-
HSV(B)296.25º23.02%54.51%-
XYZ20.2317.726.78-
YUV119.62138.94140.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=35.77%
G=27.94%
B=36.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371071390.010.2300.45296.2513.0148.24
Hex896B8B11702D128d30
Octal2111532131270554501560
Binary1000100111010111000101111011101011011001010001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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