#89768D

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

Shades of Amethyst Smoke #89768D

Tints of Amethyst Smoke #89768D

Color information

#89768D (or 0x89768D) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 76 and 8D. RGB value is (137,118,141). Sum of RGB (Red+Green+Blue) = 137+118+141=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #89768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89768D is #768972. Grayscale: #7E7E7E. Windows color (decimal): -7768435 or 9270921. OLE color: 9270921.

HSL color Cylindrical-coordinate representation of color #89768D: hue angle of 289.57º 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 #89768D is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB137118141-
CMYK0.030.1600.45
HSL289.57º9.16%50.78%-
HSV(B)289.57º16.31%55.29%-
XYZ21.620.227.96-
YUV126.3136.29135.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=34.60%
G=29.80%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371181410.030.1600.45289.579.1650.78
Hex89768D31002D122933
Octal2111662153200554421163
Binary10001001111011010001101111000001011011001000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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