#8E95AB

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

Shades of Manatee #8E95AB

Tints of Manatee #8E95AB

Color information

#8E95AB (or 0x8E95AB) is unknown color: approx Manatee. HEX triplet: 8E, 95 and AB. RGB value is (142,149,171). Sum of RGB (Red+Green+Blue) = 142+149+171=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E95AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E95AB is #716A54. Grayscale: #959595. Windows color (decimal): -7432789 or 11244942. OLE color: 11244942.

HSL color Cylindrical-coordinate representation of color #8E95AB: hue angle of 225.52º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E95AB is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142149171-
CMYK0.170.1300.33
HSL225.52º14.72%61.37%-
HSV(B)225.52º16.96%67.06%-
XYZ29.2530.1942.81-
YUV149.42140.18122.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=30.74%
G=32.25%
B=37.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421491710.170.1300.33225.5214.7261.37
Hex8E95AB11D021e2f3d
Octal21622525321150413421775
Binary1000111010010101101010111000111010100001111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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