#8B8EAE

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

Shades of Manatee #8B8EAE

Tints of Manatee #8B8EAE

Color information

#8B8EAE (or 0x8B8EAE) is unknown color: approx Manatee. HEX triplet: 8B, 8E and AE. RGB value is (139,142,174). Sum of RGB (Red+Green+Blue) = 139+142+174=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B8EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8EAE is #747151. Grayscale: #909090. Windows color (decimal): -7631186 or 11439755. OLE color: 11439755.

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

Color convert

RGB139142174-
CMYK0.200.1800.32
HSL234.86º17.77%61.37%-
HSV(B)234.86º20.11%68.24%-
XYZ27.9627.8943.95-
YUV144.75144.51123.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=30.55%
G=31.21%
B=38.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391421740.200.1800.32234.8617.7761.37
Hex8B8EAE1412020eb123d
Octal21321625624220403532275
Binary100010111000111010101110101001001001000001110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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