#9C9EA0

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

Shades of Grey Chateau #9C9EA0

Tints of Grey Chateau #9C9EA0

Color information

#9C9EA0 (or 0x9C9EA0) is unknown color: approx Grey Chateau. HEX triplet: 9C, 9E and A0. RGB value is (156,158,160). Sum of RGB (Red+Green+Blue) = 156+158+160=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C9EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9EA0 is #63615F. Grayscale: #9D9D9D. Windows color (decimal): -6512992 or 10526364. OLE color: 10526364.

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

Color convert

RGB156158160-
CMYK0.020.0100.37
HSL210º2.06%61.96%-
HSV(B)210º2.5%62.75%-
XYZ32.2834.0638.13-
YUV157.63129.34126.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=32.91%
G=33.33%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561581600.020.0100.372102.0661.96
Hex9C9EA021025d223e
Octal23423624021045322276
Binary10011100100111101010000010101001011101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,158,160); }

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

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

 a { background-color: rgb(156,158,160); }

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

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

 span { border-color: rgb(156,158,160); }

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