Html Css Color HEX #9F959B Shady Lady

📋 copy color: '#9F959B'

red 159 ◦ green 149 ◦ blue 155

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

Shades of Shady Lady #9F959B

Tints of Shady Lady #9F959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 34.34%
G = 32.18%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F959B (or 0x9F959B) is known color: Shady Lady. HEX triplet: 9F, 95 and 9B. RGB value is (159,149,155). Sum of RGB (Red+Green+Blue) = 159+149+155=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 159 - color contains mainly: red. Hex color #9F959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F959B is #606A64. Grayscale: #989898. Windows color (decimal): -6318693 or 10196383. OLE color: 10196383.

HSL color Cylindrical-coordinate representation of color #9F959B: hue angle of 324º degrees, saturation: 0.05, 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 #9F959B is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 149 155 -
CMYK 0 0.06 0.03 0.38
HSL 324º 0.05% 0.6% -
HSV(B) 324º 0.06% 0.62% -
XYZ 30.96 31.23 35.41 -
YUV 152.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 159 149 155 0 0.06 0.03 0.38 324 0.05 0.6
Hex 9F 95 9B 0 6 3 26 144 5 3C
Octal 237 225 233 0 6 3 46 504 5 74
Binary 10011111 10010101 10011011 0 110 11 100110 101000100 101 111100

Color Harmonies of #9F959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F959B

Black with #9F959B

Text Example


Text Example

White with #9F959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,149,155); }

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

background-color css

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

 a { background-color: rgb(159,149,155); }

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

border-color css

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

 span { border-color: rgb(159,149,155); }

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