#9F929B

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

Shades of Shady Lady #9F929B

Tints of Shady Lady #9F929B

Color information

#9F929B (or 0x9F929B) is unknown color: approx Shady Lady. HEX triplet: 9F, 92 and 9B. RGB value is (159,146,155). Sum of RGB (Red+Green+Blue) = 159+146+155=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F929B is #606D64. Grayscale: #969696. Windows color (decimal): -6319461 or 10195615. OLE color: 10195615.

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

Color convert

RGB159146155-
CMYK00.080.030.38
HSL318.46º6.34%59.8%-
HSV(B)318.46º8.18%62.35%-
XYZ30.4930.335.25-
YUV150.91130.31133.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=34.57%
G=31.74%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914615500.080.030.38318.466.3459.8
Hex9F929B0832613e63c
Octal237222233010346476674
Binary1001111110010010100110110100011100110100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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