#96909F

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

Shades of Grey Suit #96909F

Tints of Grey Suit #96909F

Color information

#96909F (or 0x96909F) is unknown color: approx Grey Suit. HEX triplet: 96, 90 and 9F. RGB value is (150,144,159). Sum of RGB (Red+Green+Blue) = 150+144+159=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 159 - color contains mainly: blue. Hex color #96909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96909F is #696F60. Grayscale: #939393. Windows color (decimal): -6909793 or 10457238. OLE color: 10457238.

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

Color convert

RGB150144159-
CMYK0.060.0900.38
HSL264º7.25%59.41%-
HSV(B)264º9.43%62.35%-
XYZ28.8128.9336.87-
YUV147.5134.49129.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=33.11%
G=31.79%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501441590.060.0900.382647.2559.41
Hex96909F6902610873b
Octal226220237611046410773
Binary10010110100100001001111111010010100110100001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96909F; }

 p { color: rgb(150,144,159); }

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

<style>
 a { background-color: #96909F; }

 a { background-color: rgb(150,144,159); }

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

<style>
 span { border-color: #96909F; }

 span { border-color: rgb(150,144,159); }

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