#8C90A0

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

Shades of Manatee #8C90A0

Tints of Manatee #8C90A0

Color information

#8C90A0 (or 0x8C90A0) is unknown color: approx Manatee. HEX triplet: 8C, 90 and A0. RGB value is (140,144,160). Sum of RGB (Red+Green+Blue) = 140+144+160=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C90A0 is #736F5F. Grayscale: #909090. Windows color (decimal): -7565152 or 10522764. OLE color: 10522764.

HSL color Cylindrical-coordinate representation of color #8C90A0: hue angle of 228º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C90A0 is Cyan = 0.12, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB140144160-
CMYK0.120.100.37
HSL228º9.52%58.82%-
HSV(B)228º12.5%62.75%-
XYZ27.1328.0637.24-
YUV144.63136.67124.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=31.53%
G=32.43%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1401441600.120.100.372289.5258.82
Hex8C90A0CA025e4a3b
Octal21422024014120453441273
Binary100011001001000010100000110010100100101111001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,160); }

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

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

 a { background-color: rgb(140,144,160); }

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

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

 span { border-color: rgb(140,144,160); }

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