#96949D

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

Shades of Grey Suit #96949D

Tints of Grey Suit #96949D

Color information

#96949D (or 0x96949D) is unknown color: approx Grey Suit. HEX triplet: 96, 94 and 9D. RGB value is (150,148,157). Sum of RGB (Red+Green+Blue) = 150+148+157=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 157 - color contains mainly: blue. Hex color #96949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96949D is #696B62. Grayscale: #959595. Windows color (decimal): -6908771 or 10327190. OLE color: 10327190.

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

Color convert

RGB150148157-
CMYK0.040.0600.38
HSL253.33º4.39%59.8%-
HSV(B)253.33º5.73%61.57%-
XYZ29.2530.136.17-
YUV149.62132.16128.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=32.97%
G=32.53%
B=34.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501481570.040.0600.38253.334.3959.8
Hex96949D46026fd43c
Octal22622423546046375474
Binary100101101001010010011101100110010011011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96949D; }

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

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

<style>
 a { background-color: #96949D; }

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

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

<style>
 span { border-color: #96949D; }

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

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