#897989

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

Shades of Old Lavender #897989

Tints of Old Lavender #897989

Color information

#897989 (or 0x897989) is unknown color: approx Old Lavender. HEX triplet: 89, 79 and 89. RGB value is (137,121,137). Sum of RGB (Red+Green+Blue) = 137+121+137=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #897989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897989 is #768676. Grayscale: #7F7F7F. Windows color (decimal): -7767671 or 9009545. OLE color: 9009545.

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

Color convert

RGB137121137-
CMYK00.1200.46
HSL300º6.35%50.59%-
HSV(B)300º11.68%53.73%-
XYZ21.6720.826.54-
YUV127.61133.3134.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=34.68%
G=30.63%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712113700.1200.463006.3550.59
Hex8979890C02E12c633
Octal211171211014056454663
Binary10001001111100110001001011000101110100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897989; }

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

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

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

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

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

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

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

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