#89768C

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

Shades of Amethyst Smoke #89768C

Tints of Amethyst Smoke #89768C

Color information

#89768C (or 0x89768C) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 76 and 8C. RGB value is (137,118,140). Sum of RGB (Red+Green+Blue) = 137+118+140=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #89768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89768C is #768973. Grayscale: #7E7E7E. Windows color (decimal): -7768436 or 9205385. OLE color: 9205385.

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

Color convert

RGB137118140-
CMYK0.020.1600.45
HSL291.82º8.73%50.59%-
HSV(B)291.82º15.71%54.9%-
XYZ21.5320.1727.57-
YUV126.19135.79135.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=34.68%
G=29.87%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371181400.020.1600.45291.828.7350.59
Hex89768C21002D124933
Octal2111662142200554441163
Binary10001001111011010001100101000001011011001001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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