#9B979E

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

Shades of Amethyst Smoke #9B979E

Tints of Amethyst Smoke #9B979E

Color information

#9B979E (or 0x9B979E) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 97 and 9E. RGB value is (155,151,158). Sum of RGB (Red+Green+Blue) = 155+151+158=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B979E is #646861. Grayscale: #989898. Windows color (decimal): -6580322 or 10393499. OLE color: 10393499.

HSL color Cylindrical-coordinate representation of color #9B979E: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B979E is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB155151158-
CMYK0.020.0400.38
HSL274.29º3.48%60.59%-
HSV(B)274.29º4.43%61.96%-
XYZ30.7631.5736.82-
YUV152.99130.83129.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=33.41%
G=32.54%
B=34.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551511580.020.0400.38274.293.4860.59
Hex9B979E2402611233d
Octal23322723624046422375
Binary10011011100101111001111010100010011010001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B979E; }

 p { color: rgb(155,151,158); }

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

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

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

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

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

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

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