Html Css Color HEX #897388 Old Lavender

📋 copy color: '#897388'

red 137 ◦ green 115 ◦ blue 136

#897388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #897388

Tints of Old Lavender #897388

RGB

 RED value IS 137 (53.91% from 255) = 35.31%

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 35.31%
G = 29.64%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#897388 (or 0x897388) is known color: Old Lavender. HEX triplet: 89, 73 and 88. RGB value is (137,115,136). Sum of RGB (Red+Green+Blue) = 137+115+136=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897388 is #768C77. Grayscale: #7B7B7B. Windows color (decimal): -7769208 or 8942473. OLE color: 8942473.

HSL color Cylindrical-coordinate representation of color #897388: hue angle of 302.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #897388 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 115 136 -
CMYK 0 0.16 0.01 0.46
HSL 302.73º 0.09% 0.49% -
HSV(B) 302.73º 0.16% 0.54% -
XYZ 20.89 19.36 25.93 -
YUV 123.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 137 115 136 0 0.16 0.01 0.46 302.73 0.09 0.49
Hex 89 73 88 0 10 1 2E 12F 9 31
Octal 211 163 210 0 20 1 56 457 11 61
Binary 10001001 1110011 10001000 0 10000 1 101110 100101111 1001 110001

Color Harmonies of #897388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897388

Black with #897388

Text Example


Text Example

White with #897388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897388; }

 p { color: rgb(137,115,136); }

 H1.HeaderClassName
 {
   color: #897388;
 }
 .AnyTagClassName
 {
   color: #897388;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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