#9D949B

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

Shades of Shady Lady #9D949B

Tints of Shady Lady #9D949B

Color information

#9D949B (or 0x9D949B) is unknown color: approx Shady Lady. HEX triplet: 9D, 94 and 9B. RGB value is (157,148,155). Sum of RGB (Red+Green+Blue) = 157+148+155=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 157 - color contains mainly: red. Hex color #9D949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D949B is #626B64. Grayscale: #979797. Windows color (decimal): -6450021 or 10196125. OLE color: 10196125.

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

Color convert

RGB157148155-
CMYK00.060.010.38
HSL313.33º4.39%59.8%-
HSV(B)313.33º5.73%61.57%-
XYZ30.4130.7135.34-
YUV151.49129.98131.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=34.13%
G=32.17%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714815500.060.010.38313.334.3959.8
Hex9D949B0612613943c
Octal23522423306146471474
Binary10011101100101001001101101101100110100111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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