#99979B

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

Shades of Amethyst Smoke #99979B

Tints of Amethyst Smoke #99979B

Color information

#99979B (or 0x99979B) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 97 and 9B. RGB value is (153,151,155). Sum of RGB (Red+Green+Blue) = 153+151+155=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 155 - color contains mainly: blue. Hex color #99979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99979B is #666864. Grayscale: #989898. Windows color (decimal): -6711397 or 10196889. OLE color: 10196889.

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

Color convert

RGB153151155-
CMYK0.010.0300.39
HSL270º1.96%60%-
HSV(B)270º2.58%60.78%-
XYZ30.1231.2735.46-
YUV152.05129.66128.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=33.33%
G=32.90%
B=33.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531511550.010.0300.392701.9660
Hex99979B1302710e23c
Octal23122723313047416274
Binary100110011001011110011011111010011110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99979B; }

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

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

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

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

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

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

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

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