#8C8D92

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

Shades of Manatee #8C8D92

Tints of Manatee #8C8D92

Color information

#8C8D92 (or 0x8C8D92) is unknown color: approx Manatee. HEX triplet: 8C, 8D and 92. RGB value is (140,141,146). Sum of RGB (Red+Green+Blue) = 140+141+146=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C8D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8D92 is #73726D. Grayscale: #8D8D8D. Windows color (decimal): -7565934 or 9604492. OLE color: 9604492.

HSL color Cylindrical-coordinate representation of color #8C8D92: hue angle of 230º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C8D92 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB140141146-
CMYK0.040.0300.43
HSL230º2.68%56.08%-
HSV(B)230º4.11%57.25%-
XYZ25.5326.731-
YUV141.27130.67127.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=32.79%
G=33.02%
B=34.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401411460.040.0300.432302.6856.08
Hex8C8D924302Be6338
Octal21421522243053346370
Binary1000110010001101100100101001101010111110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,141,146); }

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

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

 a { background-color: rgb(140,141,146); }

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

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

 span { border-color: rgb(140,141,146); }

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