#9B9094

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

Shades of Shady Lady #9B9094

Tints of Shady Lady #9B9094

Color information

#9B9094 (or 0x9B9094) is unknown color: approx Shady Lady. HEX triplet: 9B, 90 and 94. RGB value is (155,144,148). Sum of RGB (Red+Green+Blue) = 155+144+148=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9094 is #646F6B. Grayscale: #939393. Windows color (decimal): -6582124 or 9736347. OLE color: 9736347.

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

Color convert

RGB155144148-
CMYK00.070.050.39
HSL338.18º5.21%58.63%-
HSV(B)338.18º7.1%60.78%-
XYZ28.8429.0532.1-
YUV147.74128.14133.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=34.68%
G=32.21%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514414800.070.050.39338.185.2158.63
Hex9B90940752715253b
Octal23322022407547522573
Binary1001101110010000100101000111101100111101010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,148); }

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

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

 a { background-color: rgb(155,144,148); }

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

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

 span { border-color: rgb(155,144,148); }

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