#8C8E9F

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

Shades of Manatee #8C8E9F

Tints of Manatee #8C8E9F

Color information

#8C8E9F (or 0x8C8E9F) is unknown color: approx Manatee. HEX triplet: 8C, 8E and 9F. RGB value is (140,142,159). Sum of RGB (Red+Green+Blue) = 140+142+159=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C8E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8E9F is #737160. Grayscale: #8F8F8F. Windows color (decimal): -7565665 or 10456716. OLE color: 10456716.

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

Color convert

RGB140142159-
CMYK0.120.1100.38
HSL233.68º9%58.63%-
HSV(B)233.68º11.95%62.35%-
XYZ26.7527.4236.68-
YUV143.34136.84125.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=31.75%
G=32.20%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401421590.120.1100.38233.68958.63
Hex8C8E9FCB026ea93b
Octal21421623714130463521173
Binary100011001000111010011111110010110100110111010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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