#9B8B9D

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

Shades of Amethyst Smoke #9B8B9D

Tints of Amethyst Smoke #9B8B9D

Color information

#9B8B9D (or 0x9B8B9D) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 8B and 9D. RGB value is (155,139,157). Sum of RGB (Red+Green+Blue) = 155+139+157=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B8B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B9D is #647462. Grayscale: #919191. Windows color (decimal): -6583395 or 10324891. OLE color: 10324891.

HSL color Cylindrical-coordinate representation of color #9B8B9D: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9B8B9D is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB155139157-
CMYK0.010.1100.38
HSL293.33º8.41%58.04%-
HSV(B)293.33º11.46%61.57%-
XYZ28.8427.8735.76-
YUV145.84134.3134.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=34.37%
G=30.82%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551391570.010.1100.38293.338.4158.04
Hex9B8B9D1B02612583a
Octal2332132351130464451072
Binary1001101110001011100111011101101001101001001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,157); }

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

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

 a { background-color: rgb(155,139,157); }

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

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

 span { border-color: rgb(155,139,157); }

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