#96929D

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

Shades of Grey Suit #96929D

Tints of Grey Suit #96929D

Color information

#96929D (or 0x96929D) is unknown color: approx Grey Suit. HEX triplet: 96, 92 and 9D. RGB value is (150,146,157). Sum of RGB (Red+Green+Blue) = 150+146+157=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 157 - color contains mainly: blue. Hex color #96929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96929D is #696D62. Grayscale: #949494. Windows color (decimal): -6909283 or 10326678. OLE color: 10326678.

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

Color convert

RGB150146157-
CMYK0.040.0700.38
HSL261.82º5.31%59.41%-
HSV(B)261.82º7.01%61.57%-
XYZ28.9429.4836.06-
YUV148.45132.83129.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=33.11%
G=32.23%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501461570.040.0700.38261.825.3159.41
Hex96929D4702610653b
Octal22622223547046406573
Binary1001011010010010100111011001110100110100000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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