#9EA7B1

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

Shades of Grey Chateau #9EA7B1

Tints of Grey Chateau #9EA7B1

Color information

#9EA7B1 (or 0x9EA7B1) is unknown color: approx Grey Chateau. HEX triplet: 9E, A7 and B1. RGB value is (158,167,177). Sum of RGB (Red+Green+Blue) = 158+167+177=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EA7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA7B1 is #61584E. Grayscale: #A5A5A5. Windows color (decimal): -6379599 or 11642782. OLE color: 11642782.

HSL color Cylindrical-coordinate representation of color #9EA7B1: hue angle of 211.58º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EA7B1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158167177-
CMYK0.110.0600.31
HSL211.58º10.86%65.69%-
HSV(B)211.58º10.73%69.41%-
XYZ35.8638.0847.06-
YUV165.45134.52122.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=31.47%
G=33.27%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581671770.110.0600.31211.5810.8665.69
Hex9EA7B1B601Fd4b42
Octal23624726113603732413102
Binary10011110101001111011000110111100111111101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,177); }

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

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

 a { background-color: rgb(158,167,177); }

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

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

 span { border-color: rgb(158,167,177); }

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