#9EA0BE

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

Shades of Logan #9EA0BE

Tints of Logan #9EA0BE

Color information

#9EA0BE (or 0x9EA0BE) is unknown color: approx Logan. HEX triplet: 9E, A0 and BE. RGB value is (158,160,190). Sum of RGB (Red+Green+Blue) = 158+160+190=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0BE is #615F41. Grayscale: #A2A2A2. Windows color (decimal): -6381378 or 12492958. OLE color: 12492958.

HSL color Cylindrical-coordinate representation of color #9EA0BE: hue angle of 236.25º 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 #9EA0BE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158160190-
CMYK0.170.1600.25
HSL236.25º19.75%68.24%-
HSV(B)236.25º16.84%74.51%-
XYZ35.9736.1353.79-
YUV162.82143.34124.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=31.10%
G=31.50%
B=37.40%

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
Decimal1581601900.170.1600.25236.2519.7568.24
Hex9EA0BE1110019ec1444
Octal236240276212003135424104
Binary100111101010000010111110100011000001100111101100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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