#8E95AE

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

Shades of Manatee #8E95AE

Tints of Manatee #8E95AE

Color information

#8E95AE (or 0x8E95AE) is unknown color: approx Manatee. HEX triplet: 8E, 95 and AE. RGB value is (142,149,174). Sum of RGB (Red+Green+Blue) = 142+149+174=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E95AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E95AE is #716A51. Grayscale: #959595. Windows color (decimal): -7432786 or 11441550. OLE color: 11441550.

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

Color convert

RGB142149174-
CMYK0.180.1400.32
HSL226.88º16.49%61.96%-
HSV(B)226.88º18.39%68.24%-
XYZ29.5430.344.34-
YUV149.76141.68122.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=30.54%
G=32.04%
B=37.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421491740.180.1400.32226.8816.4961.96
Hex8E95AE12E020e3103e
Octal21622525622160403432076
Binary10001110100101011010111010010111001000001110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,174); }

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

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

 a { background-color: rgb(142,149,174); }

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

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

 span { border-color: rgb(142,149,174); }

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