#8E90BB

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

Shades of Logan #8E90BB

Tints of Logan #8E90BB

Color information

#8E90BB (or 0x8E90BB) is unknown color: approx Logan. HEX triplet: 8E, 90 and BB. RGB value is (142,144,187). Sum of RGB (Red+Green+Blue) = 142+144+187=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90BB is #716F44. Grayscale: #949494. Windows color (decimal): -7434053 or 12292238. OLE color: 12292238.

HSL color Cylindrical-coordinate representation of color #8E90BB: hue angle of 237.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E90BB is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142144187-
CMYK0.240.2300.27
HSL237.33º24.86%64.51%-
HSV(B)237.33º24.06%73.33%-
XYZ30.129.2951.08-
YUV148.3149.84123.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=30.02%
G=30.44%
B=39.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421441870.240.2300.27237.3324.8664.51
Hex8E90BB181701Bed1941
Octal216220273302703335531101
Binary100011101001000010111011110001011101101111101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E90BB; }

 p { color: rgb(142,144,187); }

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

<style>
 a { background-color: #8E90BB; }

 a { background-color: rgb(142,144,187); }

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

<style>
 span { border-color: #8E90BB; }

 span { border-color: rgb(142,144,187); }

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