#9B8B93

Color #9B8B93 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #9B8B93

Tints of Shady Lady #9B8B93

Color information

#9B8B93 (or 0x9B8B93) is unknown color: approx Shady Lady. HEX triplet: 9B, 8B and 93. RGB value is (155,139,147). Sum of RGB (Red+Green+Blue) = 155+139+147=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B93 is #64746C. Grayscale: #909090. Windows color (decimal): -6583405 or 9669531. OLE color: 9669531.

HSL color Cylindrical-coordinate representation of color #9B8B93: hue angle of 330º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8B93 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB155139147-
CMYK00.100.050.39
HSL330º7.41%57.65%-
HSV(B)330º10.32%60.78%-
XYZ28.0227.5431.44-
YUV144.7129.3135.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=35.15%
G=31.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513914700.100.050.393307.4157.65
Hex9B8B930A52714a73a
Octal233213223012547512772
Binary10011011100010111001001101010101100111101001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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