#89828B

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

Shades of Amethyst Smoke #89828B

Tints of Amethyst Smoke #89828B

Color information

#89828B (or 0x89828B) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 82 and 8B. RGB value is (137,130,139). Sum of RGB (Red+Green+Blue) = 137+130+139=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #89828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89828B is #767D74. Grayscale: #858585. Windows color (decimal): -7765365 or 9142921. OLE color: 9142921.

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

Color convert

RGB137130139-
CMYK0.010.0600.45
HSL286.67º3.73%52.75%-
HSV(B)286.67º6.47%54.51%-
XYZ22.9623.1527.68-
YUV133.12131.32130.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=33.74%
G=32.02%
B=34.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371301390.010.0600.45286.673.7352.75
Hex89828B1602D11f435
Octal21120221316055437465
Binary10001001100000101000101111100101101100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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