#897990

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

Shades of Amethyst Smoke #897990

Tints of Amethyst Smoke #897990

Color information

#897990 (or 0x897990) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 79 and 90. RGB value is (137,121,144). Sum of RGB (Red+Green+Blue) = 137+121+144=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #897990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897990 is #76866F. Grayscale: #808080. Windows color (decimal): -7767664 or 9468297. OLE color: 9468297.

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

Color convert

RGB137121144-
CMYK0.050.1600.44
HSL281.74º9.39%51.96%-
HSV(B)281.74º15.97%56.47%-
XYZ22.1921.0129.27-
YUV128.41136.8134.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=34.08%
G=30.10%
B=35.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371211440.050.1600.44281.749.3951.96
Hex89799051002C11a934
Octal2111712205200544321164
Binary100010011111001100100001011000001011001000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897990; }

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

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

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

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

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

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

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

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