#9F9298

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

Shades of Shady Lady #9F9298

Tints of Shady Lady #9F9298

Color information

#9F9298 (or 0x9F9298) is unknown color: approx Shady Lady. HEX triplet: 9F, 92 and 98. RGB value is (159,146,152). Sum of RGB (Red+Green+Blue) = 159+146+152=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9298 is #606D67. Grayscale: #969696. Windows color (decimal): -6319464 or 9999007. OLE color: 9999007.

HSL color Cylindrical-coordinate representation of color #9F9298: hue angle of 332.31º 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 #9F9298 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB159146152-
CMYK00.080.040.38
HSL332.31º6.34%59.8%-
HSV(B)332.31º8.18%62.35%-
XYZ30.2430.233.94-
YUV150.57128.81134.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=34.79%
G=31.95%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914615200.080.040.38332.316.3459.8
Hex9F92980842614c63c
Octal237222230010446514674
Binary10011111100100101001100001000100100110101001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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