#897491

Color #897491 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #897491

Tints of Amethyst Smoke #897491

Color information

#897491 (or 0x897491) is unknown color: approx 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

RGB137116145-
CMYK0.060.200.43
HSL283.45º11.65%51.18%-
HSV(B)283.45º20%56.86%-
XYZ21.6719.8529.48-
YUV125.58138.96136.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371161450.060.200.43283.4511.6551.18
Hex89749161402B11bc33
Octal2111642216240534331463
Binary100010011110100100100011101010001010111000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>