#9B9A9F

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

Shades of Grey Suit #9B9A9F

Tints of Grey Suit #9B9A9F

Color information

#9B9A9F (or 0x9B9A9F) is unknown color: approx Grey Suit. HEX triplet: 9B, 9A and 9F. RGB value is (155,154,159). Sum of RGB (Red+Green+Blue) = 155+154+159=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B9A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9A9F is #646560. Grayscale: #9A9A9A. Windows color (decimal): -6579553 or 10459803. OLE color: 10459803.

HSL color Cylindrical-coordinate representation of color #9B9A9F: hue angle of 252º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9B9A9F is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB155154159-
CMYK0.030.0300.38
HSL252º2.54%61.37%-
HSV(B)252º3.14%62.35%-
XYZ31.3332.5837.44-
YUV154.87130.33128.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=33.12%
G=32.91%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551541590.030.0300.382522.5461.37
Hex9B9A9F33026fc33d
Octal23323223733046374375
Binary100110111001101010011111111101001101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,159); }

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

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

 a { background-color: rgb(155,154,159); }

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

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

 span { border-color: rgb(155,154,159); }

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