#9D96AB

Color #9D96AB Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #9D96AB

Tints of Grey Suit #9D96AB

Color information

#9D96AB (or 0x9D96AB) is unknown color: approx Grey Suit. HEX triplet: 9D, 96 and AB. RGB value is (157,150,171). Sum of RGB (Red+Green+Blue) = 157+150+171=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D96AB is #626954. Grayscale: #9A9A9A. Windows color (decimal): -6449493 or 11245213. OLE color: 11245213.

HSL color Cylindrical-coordinate representation of color #9D96AB: hue angle of 260º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D96AB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157150171-
CMYK0.080.1200.33
HSL260º11.11%62.94%-
HSV(B)260º12.28%67.06%-
XYZ32.1631.9242.99-
YUV154.49137.32129.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=32.85%
G=31.38%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571501710.080.1200.3326011.1162.94
Hex9D96AB8C021104b3f
Octal23522625310140414041377
Binary1001110110010110101010111000110001000011000001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,171); }

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

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

 a { background-color: rgb(157,150,171); }

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

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

 span { border-color: rgb(157,150,171); }

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