#897690

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

Shades of Amethyst Smoke #897690

Tints of Amethyst Smoke #897690

Color information

#897690 (or 0x897690) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 76 and 90. RGB value is (137,118,144). Sum of RGB (Red+Green+Blue) = 137+118+144=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #897690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897690 is #76896F. Grayscale: #7E7E7E. Windows color (decimal): -7768432 or 9467529. OLE color: 9467529.

HSL color Cylindrical-coordinate representation of color #897690: hue angle of 283.85º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897690 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137118144-
CMYK0.050.1800.44
HSL283.85º10.48%51.37%-
HSV(B)283.85º18.06%56.47%-
XYZ21.8320.2929.15-
YUV126.64137.79135.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=34.34%
G=29.57%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371181440.050.1800.44283.8510.4851.37
Hex89769051202C11ca33
Octal2111662205220544341263
Binary100010011110110100100001011001001011001000111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897690; }

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

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

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

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

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

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

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

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