#8B8E9D

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

Shades of Manatee #8B8E9D

Tints of Manatee #8B8E9D

Color information

#8B8E9D (or 0x8B8E9D) is unknown color: approx Manatee. HEX triplet: 8B, 8E and 9D. RGB value is (139,142,157). Sum of RGB (Red+Green+Blue) = 139+142+157=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B8E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E9D is #747162. Grayscale: #8E8E8E. Windows color (decimal): -7631203 or 10325643. OLE color: 10325643.

HSL color Cylindrical-coordinate representation of color #8B8E9D: hue angle of 230º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B8E9D is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139142157-
CMYK0.110.1000.38
HSL230º8.41%58.04%-
HSV(B)230º11.46%61.57%-
XYZ26.4127.2735.77-
YUV142.81136.01125.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=31.74%
G=32.42%
B=35.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391421570.110.1000.382308.4158.04
Hex8B8E9DBA026e683a
Octal21321623513120463461072
Binary100010111000111010011101101110100100110111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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