#89738E

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

Shades of Amethyst Smoke #89738E

Tints of Amethyst Smoke #89738E

Color information

#89738E (or 0x89738E) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 73 and 8E. RGB value is (137,115,142). Sum of RGB (Red+Green+Blue) = 137+115+142=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #89738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89738E is #768C71. Grayscale: #7C7C7C. Windows color (decimal): -7769202 or 9335689. OLE color: 9335689.

HSL color Cylindrical-coordinate representation of color #89738E: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89738E is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137115142-
CMYK0.040.1900.44
HSL288.89º10.67%50.39%-
HSV(B)288.89º19.01%55.69%-
XYZ21.3319.5328.24-
YUV124.66137.79136.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=34.77%
G=29.19%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371151420.040.1900.44288.8910.6750.39
Hex89738E41302C121b32
Octal2111632164230544411362
Binary100010011110011100011101001001101011001001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89738E; }

 p { color: rgb(137,115,142); }

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

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

 a { background-color: rgb(137,115,142); }

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

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

 span { border-color: rgb(137,115,142); }

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