#896790

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

Shades of Trendy Pink #896790

Tints of Trendy Pink #896790

Color information

#896790 (or 0x896790) is unknown color: approx Trendy Pink. HEX triplet: 89, 67 and 90. RGB value is (137,103,144). Sum of RGB (Red+Green+Blue) = 137+103+144=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #896790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896790 is #76986F. Grayscale: #757575. Windows color (decimal): -7772272 or 9463689. OLE color: 9463689.

HSL color Cylindrical-coordinate representation of color #896790: hue angle of 289.76º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896790 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137103144-
CMYK0.050.2800.44
HSL289.76º16.6%48.43%-
HSV(B)289.76º28.47%56.47%-
XYZ20.217.0328.61-
YUV117.84142.76141.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.68%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=35.68%
G=26.82%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371031440.050.2800.44289.7616.648.43
Hex89679051C02C1221130
Octal2111472205340544422160
Binary1000100111001111001000010111100010110010010001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896790; }

 p { color: rgb(137,103,144); }

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

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

 a { background-color: rgb(137,103,144); }

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

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

 span { border-color: rgb(137,103,144); }

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