Html Css Color HEX #9F949C Shady Lady

📋 copy color: '#9F949C'

red 159 ◦ green 148 ◦ blue 156

#9F949C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #9F949C

Tints of Shady Lady #9F949C

RGB

 RED value IS 159 (62.5% from 255) = 34.34%

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 156 (61.33% from 255) = 33.69%

R = 34.34%
G = 31.97%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F949C (or 0x9F949C) is known color: Shady Lady. HEX triplet: 9F, 94 and 9C. RGB value is (159,148,156). Sum of RGB (Red+Green+Blue) = 159+148+156=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 159 - color contains mainly: red. Hex color #9F949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F949C is #606B63. Grayscale: #989898. Windows color (decimal): -6318948 or 10261663. OLE color: 10261663.

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

Color convert

RGB 159 148 156 -
CMYK 0 0.07 0.02 0.38
HSL 316.36º 0.05% 0.6% -
HSV(B) 316.36º 0.07% 0.62% -
XYZ 30.89 30.95 35.8 -
YUV 152.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 159 148 156 0 0.07 0.02 0.38 316.36 0.05 0.6
Hex 9F 94 9C 0 7 2 26 13C 5 3C
Octal 237 224 234 0 7 2 46 474 5 74
Binary 10011111 10010100 10011100 0 111 10 100110 100111100 101 111100

Color Harmonies of #9F949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F949C

Black with #9F949C

Text Example


Text Example

White with #9F949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,156); }

 H1.HeaderClassName
 {
   color: #9F949C;
 }
 .AnyTagClassName
 {
   color: #9F949C;
 }
</style>

background-color css

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

 a { background-color: rgb(159,148,156); }

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

border-color css

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

 span { border-color: rgb(159,148,156); }

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