#89778F

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

Shades of Amethyst Smoke #89778F

Tints of Amethyst Smoke #89778F

Color information

#89778F (or 0x89778F) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 77 and 8F. RGB value is (137,119,143). Sum of RGB (Red+Green+Blue) = 137+119+143=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 143 - color contains mainly: blue. Hex color #89778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89778F is #768870. Grayscale: #7F7F7F. Windows color (decimal): -7768177 or 9402249. OLE color: 9402249.

HSL color Cylindrical-coordinate representation of color #89778F: hue angle of 285º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89778F is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137119143-
CMYK0.040.1700.44
HSL285º9.68%51.37%-
HSV(B)285º16.78%56.08%-
XYZ21.8720.528.79-
YUV127.12136.96135.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=34.34%
G=29.82%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371191430.040.1700.442859.6851.37
Hex89778F41102C11da33
Octal2111672174210544351263
Binary100010011110111100011111001000101011001000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89778F; }

 p { color: rgb(137,119,143); }

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

<style>
 a { background-color: #89778F; }

 a { background-color: rgb(137,119,143); }

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

<style>
 span { border-color: #89778F; }

 span { border-color: rgb(137,119,143); }

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