Html Css Color HEX #897491 Amethyst Smoke

📋 copy color: '#897491'

red 137 ◦ green 116 ◦ blue 145

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

Shades of Amethyst Smoke #897491

Tints of Amethyst Smoke #897491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 34.42%
G = 29.15%
B = 36.43%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#897491 (or 0x897491) is known color: Amethyst Smoke. HEX triplet: 89, 74 and 91. RGB value is (137,116,145). Sum of RGB (Red+Green+Blue) = 137+116+145=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #897491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897491 is #768B6E. Grayscale: #7D7D7D. Windows color (decimal): -7768943 or 9532553. OLE color: 9532553.

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

Color convert

RGB 137 116 145 -
CMYK 0.06 0.2 0 0.43
HSL 283.45º 0.12% 0.51% -
HSV(B) 283.45º 0.2% 0.57% -
XYZ 21.67 19.85 29.48 -
YUV 125.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 137 116 145 0.06 0.2 0 0.43 283.45 0.12 0.51
Hex 89 74 91 6 14 0 2B 11B C 33
Octal 211 164 221 6 24 0 53 433 14 63
Binary 10001001 1110100 10010001 110 10100 0 101011 100011011 1100 110011

Color Harmonies of #897491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897491

Black with #897491

Text Example


Text Example

White with #897491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897491; }

 p { color: rgb(137,116,145); }

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

background-color css

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

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

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

border-color css

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

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

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