#8C8DA6

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

Shades of Manatee #8C8DA6

Tints of Manatee #8C8DA6

Color information

#8C8DA6 (or 0x8C8DA6) is unknown color: approx Manatee. HEX triplet: 8C, 8D and A6. RGB value is (140,141,166). Sum of RGB (Red+Green+Blue) = 140+141+166=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C8DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8DA6 is #737259. Grayscale: #8F8F8F. Windows color (decimal): -7565914 or 10915212. OLE color: 10915212.

HSL color Cylindrical-coordinate representation of color #8C8DA6: hue angle of 237.69º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C8DA6 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB140141166-
CMYK0.160.1500.35
HSL237.69º12.75%60%-
HSV(B)237.69º15.66%65.1%-
XYZ27.2227.3839.93-
YUV143.55140.67125.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=31.32%
G=31.54%
B=37.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401411660.160.1500.35237.6912.7560
Hex8C8DA610F023eed3c
Octal21421524620170433561574
Binary1000110010001101101001101000011110100011111011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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