#897692

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

Shades of Amethyst Smoke #897692

Tints of Amethyst Smoke #897692

Color information

#897692 (or 0x897692) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 76 and 92. RGB value is (137,118,146). Sum of RGB (Red+Green+Blue) = 137+118+146=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #897692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897692 is #76896D. Grayscale: #7E7E7E. Windows color (decimal): -7768430 or 9598601. OLE color: 9598601.

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

Color convert

RGB137118146-
CMYK0.060.1900.43
HSL280.71º11.38%51.76%-
HSV(B)280.71º19.18%57.25%-
XYZ21.9820.3529.96-
YUV126.87138.79135.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=34.16%
G=29.43%
B=36.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371181460.060.1900.43280.7111.3851.76
Hex89769261302B119b34
Octal2111662226230534311364
Binary100010011110110100100101101001101010111000110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897692; }

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

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

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

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

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

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

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

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