#9EA1BB

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

Shades of Logan #9EA1BB

Tints of Logan #9EA1BB

Color information

#9EA1BB (or 0x9EA1BB) is unknown color: approx Logan. HEX triplet: 9E, A1 and BB. RGB value is (158,161,187). Sum of RGB (Red+Green+Blue) = 158+161+187=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1BB is #615E44. Grayscale: #A2A2A2. Windows color (decimal): -6381125 or 12296606. OLE color: 12296606.

HSL color Cylindrical-coordinate representation of color #9EA1BB: hue angle of 233.79º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA1BB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158161187-
CMYK0.160.1400.27
HSL233.79º17.58%67.65%-
HSV(B)233.79º15.51%73.33%-
XYZ35.8236.3552.14-
YUV163.07141.51124.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=31.23%
G=31.82%
B=36.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581611870.160.1400.27233.7917.5867.65
Hex9EA1BB10E01Bea1244
Octal236241273201603335222104
Binary10011110101000011011101110000111001101111101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,187); }

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

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

 a { background-color: rgb(158,161,187); }

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

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

 span { border-color: rgb(158,161,187); }

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