#9EA9B1

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

Shades of Grey Chateau #9EA9B1

Tints of Grey Chateau #9EA9B1

Color information

#9EA9B1 (or 0x9EA9B1) is unknown color: approx Grey Chateau. HEX triplet: 9E, A9 and B1. RGB value is (158,169,177). Sum of RGB (Red+Green+Blue) = 158+169+177=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9B1 is #61564E. Grayscale: #A6A6A6. Windows color (decimal): -6379087 or 11643294. OLE color: 11643294.

HSL color Cylindrical-coordinate representation of color #9EA9B1: hue angle of 205.26º 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 #9EA9B1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158169177-
CMYK0.110.0500.31
HSL205.26º10.86%65.69%-
HSV(B)205.26º10.73%69.41%-
XYZ36.2238.8247.18-
YUV166.62133.86121.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=31.35%
G=33.53%
B=35.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581691770.110.0500.31205.2610.8665.69
Hex9EA9B1B501Fcdb42
Octal23625126113503731513102
Binary10011110101010011011000110111010111111100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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