Html Css Color HEX #979497 Amethyst Smoke

📋 copy color: '#979497'

red 151 ◦ green 148 ◦ blue 151

#979497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #979497

Tints of Amethyst Smoke #979497

RGB

 RED value IS 151 (59.38% from 255) = 33.56%

 GREEN value IS 148 (58.2% from 255) = 32.89%

 BLUE value IS 151 (59.38% from 255) = 33.56%

R = 33.56%
G = 32.89%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#979497 (or 0x979497) is known color: Amethyst Smoke. HEX triplet: 97, 94 and 97. RGB value is (151,148,151). Sum of RGB (Red+Green+Blue) = 151+148+151=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #979497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979497 is #686B68. Grayscale: #959595. Windows color (decimal): -6843241 or 9933975. OLE color: 9933975.

HSL color Cylindrical-coordinate representation of color #979497: hue angle of 300º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #979497 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 148 151 -
CMYK 0 0.02 0 0.41
HSL 300º 0.01% 0.59% -
HSV(B) 300º 0.02% 0.59% -
XYZ 28.94 29.99 33.54 -
YUV 149.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 151 148 151 0 0.02 0 0.41 300 0.01 0.59
Hex 97 94 97 0 2 0 29 12C 1 3B
Octal 227 224 227 0 2 0 51 454 1 73
Binary 10010111 10010100 10010111 0 10 0 101001 100101100 1 111011

Color Harmonies of #979497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979497

Black with #979497

Text Example


Text Example

White with #979497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979497; }

 p { color: rgb(151,148,151); }

 H1.HeaderClassName
 {
   color: #979497;
 }
 .AnyTagClassName
 {
   color: #979497;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #979497;
 }
 .BgClassName
 {
   background-color: #979497;
 }
</style>

border-color css

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

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

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