#9C9FA5

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

Shades of Grey Chateau #9C9FA5

Tints of Grey Chateau #9C9FA5

Color information

#9C9FA5 (or 0x9C9FA5) is unknown color: approx Grey Chateau. HEX triplet: 9C, 9F and A5. RGB value is (156,159,165). Sum of RGB (Red+Green+Blue) = 156+159+165=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C9FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9FA5 is #63605A. Grayscale: #9E9E9E. Windows color (decimal): -6512731 or 10854300. OLE color: 10854300.

HSL color Cylindrical-coordinate representation of color #9C9FA5: hue angle of 220º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9C9FA5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB156159165-
CMYK0.050.0400.35
HSL220º4.76%62.94%-
HSV(B)220º5.45%64.71%-
XYZ32.934.5840.54-
YUV158.79131.51126.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.5%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=32.5%
G=33.12%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561591650.050.0400.352204.7662.94
Hex9C9FA554023dc53f
Octal23423724554043334577
Binary100111001001111110100101101100010001111011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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