#9B9297

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

Shades of Shady Lady #9B9297

Tints of Shady Lady #9B9297

Color information

#9B9297 (or 0x9B9297) is unknown color: approx Shady Lady. HEX triplet: 9B, 92 and 97. RGB value is (155,146,151). Sum of RGB (Red+Green+Blue) = 155+146+151=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9297 is #646D68. Grayscale: #959595. Windows color (decimal): -6581609 or 9933467. OLE color: 9933467.

HSL color Cylindrical-coordinate representation of color #9B9297: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9B9297 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB155146151-
CMYK00.060.030.39
HSL326.67º4.31%59.02%-
HSV(B)326.67º5.81%60.78%-
XYZ29.3829.7633.47-
YUV149.26128.98132.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=34.29%
G=32.30%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514615100.060.030.39326.674.3159.02
Hex9B92970632714743b
Octal23322222706347507473
Binary100110111001001010010111011011100111101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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