#97899A

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

Shades of Amethyst Smoke #97899A

Tints of Amethyst Smoke #97899A

Color information

#97899A (or 0x97899A) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 89 and 9A. RGB value is (151,137,154). Sum of RGB (Red+Green+Blue) = 151+137+154=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 154 - color contains mainly: blue. Hex color #97899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97899A is #687665. Grayscale: #8F8F8F. Windows color (decimal): -6846054 or 10127767. OLE color: 10127767.

HSL color Cylindrical-coordinate representation of color #97899A: hue angle of 289.41º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97899A is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151137154-
CMYK0.020.1100.40
HSL289.41º7.76%57.06%-
HSV(B)289.41º11.04%60.39%-
XYZ27.5426.834.29-
YUV143.12134.14133.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=34.16%
G=31.00%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511371540.020.1100.40289.417.7657.06
Hex97899A2B028121839
Octal2272112322130504411071
Binary10010111100010011001101010101101010001001000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97899A; }

 p { color: rgb(151,137,154); }

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

<style>
 a { background-color: #97899A; }

 a { background-color: rgb(151,137,154); }

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

<style>
 span { border-color: #97899A; }

 span { border-color: rgb(151,137,154); }

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