Html Css Color HEX #979499 Amethyst Smoke

📋 copy color: '#979499'

red 151 ◦ green 148 ◦ blue 153

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

Shades of Amethyst Smoke #979499

Tints of Amethyst Smoke #979499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 33.41%
G = 32.74%
B = 33.85%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#979499 (or 0x979499) is known color: Amethyst Smoke. HEX triplet: 97, 94 and 99. RGB value is (151,148,153). Sum of RGB (Red+Green+Blue) = 151+148+153=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 153 - color contains mainly: blue. Hex color #979499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979499 is #686B66. Grayscale: #959595. Windows color (decimal): -6843239 or 10065047. OLE color: 10065047.

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

Color convert

RGB 151 148 153 -
CMYK 0.01 0.03 0 0.4
HSL 276º 0.02% 0.59% -
HSV(B) 276º 0.03% 0.6% -
XYZ 29.1 30.06 34.41 -
YUV 149.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 151 148 153 0.01 0.03 0 0.4 276 0.02 0.59
Hex 97 94 99 1 3 0 28 114 2 3B
Octal 227 224 231 1 3 0 50 424 2 73
Binary 10010111 10010100 10011001 1 11 0 101000 100010100 10 111011

Color Harmonies of #979499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979499

Black with #979499

Text Example


Text Example

White with #979499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979499; }

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

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

background-color css

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

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

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

border-color css

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

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

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