#8E90B3

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

Shades of Manatee #8E90B3

Tints of Manatee #8E90B3

Color information

#8E90B3 (or 0x8E90B3) is unknown color: approx Manatee. HEX triplet: 8E, 90 and B3. RGB value is (142,144,179). Sum of RGB (Red+Green+Blue) = 142+144+179=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90B3 is #716F4C. Grayscale: #939393. Windows color (decimal): -7434061 or 11767950. OLE color: 11767950.

HSL color Cylindrical-coordinate representation of color #8E90B3: hue angle of 236.76º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E90B3 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB142144179-
CMYK0.210.2000.30
HSL236.76º19.58%62.94%-
HSV(B)236.76º20.67%70.2%-
XYZ29.2728.9546.69-
YUV147.39145.84124.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 179 (70.31% from 255) = 38.49%
R=30.54%
G=30.97%
B=38.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421441790.210.2000.30236.7619.5862.94
Hex8E90B3151401Eed143f
Octal21622026325240363552477
Binary10001110100100001011001110101101000111101110110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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