#9F9798

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

Shades of Shady Lady #9F9798

Tints of Shady Lady #9F9798

Color information

#9F9798 (or 0x9F9798) is unknown color: approx Shady Lady. HEX triplet: 9F, 97 and 98. RGB value is (159,151,152). Sum of RGB (Red+Green+Blue) = 159+151+152=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9798 is #606867. Grayscale: #999999. Windows color (decimal): -6318184 or 10000287. OLE color: 10000287.

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

Color convert

RGB159151152-
CMYK00.050.040.38
HSL352.5º4%60.78%-
HSV(B)352.5º5.03%62.35%-
XYZ31.0331.7734.2-
YUV153.51127.15131.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=34.42%
G=32.68%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915115200.050.040.38352.5460.78
Hex9F97980542616143d
Octal23722723005446541475
Binary1001111110010111100110000101100100110101100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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