#89828C

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

Shades of Amethyst Smoke #89828C

Tints of Amethyst Smoke #89828C

Color information

#89828C (or 0x89828C) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 82 and 8C. RGB value is (137,130,140). Sum of RGB (Red+Green+Blue) = 137+130+140=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #89828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89828C is #767D73. Grayscale: #858585. Windows color (decimal): -7765364 or 9208457. OLE color: 9208457.

HSL color Cylindrical-coordinate representation of color #89828C: hue angle of 282º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89828C is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB137130140-
CMYK0.020.0700.45
HSL282º4.17%52.94%-
HSV(B)282º7.14%54.9%-
XYZ23.0323.1828.07-
YUV133.23131.82130.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.66%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=33.66%
G=31.94%
B=34.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371301400.020.0700.452824.1752.94
Hex89828C2702D11a435
Octal21120221427055432465
Binary100010011000001010001100101110101101100011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89828C; }

 p { color: rgb(137,130,140); }

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

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

 a { background-color: rgb(137,130,140); }

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

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

 span { border-color: rgb(137,130,140); }

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