#897689

Color #897689 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #897689

Tints of Old Lavender #897689

Color information

#897689 (or 0x897689) is unknown color: approx Old Lavender. HEX triplet: 89, 76 and 89. RGB value is (137,118,137). Sum of RGB (Red+Green+Blue) = 137+118+137=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #897689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897689 is #768976. Grayscale: #7D7D7D. Windows color (decimal): -7768439 or 9008777. OLE color: 9008777.

HSL color Cylindrical-coordinate representation of color #897689: hue angle of 300º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #897689 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB137118137-
CMYK00.1400.46
HSL300º7.45%50%-
HSV(B)300º13.87%53.73%-
XYZ21.3120.0826.42-
YUV125.85134.29135.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=34.95%
G=30.10%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711813700.1400.463007.4550
Hex8976890E02E12c732
Octal211166211016056454762
Binary10001001111011010001001011100101110100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897689; }

 p { color: rgb(137,118,137); }

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

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

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

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

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

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

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