#9EA1BF

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

Shades of Logan #9EA1BF

Tints of Logan #9EA1BF

Color information

#9EA1BF (or 0x9EA1BF) is unknown color: approx Logan. HEX triplet: 9E, A1 and BF. RGB value is (158,161,191). Sum of RGB (Red+Green+Blue) = 158+161+191=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EA1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1BF is #615E40. Grayscale: #A3A3A3. Windows color (decimal): -6381121 or 12558750. OLE color: 12558750.

HSL color Cylindrical-coordinate representation of color #9EA1BF: hue angle of 234.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA1BF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158161191-
CMYK0.170.1600.25
HSL234.55º20.5%68.43%-
HSV(B)234.55º17.28%74.9%-
XYZ36.2536.5254.43-
YUV163.52143.51124.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 191 (75% from 255) = 37.45%
R=30.98%
G=31.57%
B=37.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581611910.170.1600.25234.5520.568.43
Hex9EA1BF1110019eb1444
Octal236241277212003135324104
Binary100111101010000110111111100011000001100111101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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