#8C8EAB

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

Shades of Manatee #8C8EAB

Tints of Manatee #8C8EAB

Color information

#8C8EAB (or 0x8C8EAB) is unknown color: approx Manatee. HEX triplet: 8C, 8E and AB. RGB value is (140,142,171). Sum of RGB (Red+Green+Blue) = 140+142+171=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8EAB is #737154. Grayscale: #909090. Windows color (decimal): -7565653 or 11243148. OLE color: 11243148.

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

Color convert

RGB140142171-
CMYK0.180.1700.33
HSL236.13º15.58%60.98%-
HSV(B)236.13º18.13%67.06%-
XYZ27.8427.8642.44-
YUV144.71142.84124.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=30.91%
G=31.35%
B=37.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401421710.180.1700.33236.1315.5860.98
Hex8C8EAB1211021ec103d
Octal21421625322210413542075
Binary100011001000111010101011100101000101000011110110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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