#9B8F95

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

Shades of Shady Lady #9B8F95

Tints of Shady Lady #9B8F95

Color information

#9B8F95 (or 0x9B8F95) is unknown color: approx Shady Lady. HEX triplet: 9B, 8F and 95. RGB value is (155,143,149). Sum of RGB (Red+Green+Blue) = 155+143+149=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F95 is #64706A. Grayscale: #939393. Windows color (decimal): -6582379 or 9801627. OLE color: 9801627.

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

Color convert

RGB155143149-
CMYK00.080.040.39
HSL330º5.66%58.43%-
HSV(B)330º7.74%60.78%-
XYZ28.7628.7832.47-
YUV147.27128.98133.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=34.68%
G=31.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514314900.080.040.393305.6658.43
Hex9B8F950842714a63a
Octal233217225010447512672
Binary10011011100011111001010101000100100111101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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