#9B9F9C

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

Shades of Edward #9B9F9C

Tints of Edward #9B9F9C

Color information

#9B9F9C (or 0x9B9F9C) is unknown color: approx Edward. HEX triplet: 9B, 9F and 9C. RGB value is (155,159,156). Sum of RGB (Red+Green+Blue) = 155+159+156=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9F9C is #646063. Grayscale: #9D9D9D. Windows color (decimal): -6578276 or 10264475. OLE color: 10264475.

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

Color convert

RGB155159156-
CMYK0.0300.020.38
HSL135º2.04%61.57%-
HSV(B)135º2.52%62.35%-
XYZ31.9234.1736.36-
YUV157.46127.17126.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=32.98%
G=33.83%
B=33.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551591560.0300.020.381352.0461.57
Hex9B9F9C302268723e
Octal23323723430246207276
Binary100110111001111110011100110101001101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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