#8C96AA

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

Shades of Manatee #8C96AA

Tints of Manatee #8C96AA

Color information

#8C96AA (or 0x8C96AA) is unknown color: approx Manatee. HEX triplet: 8C, 96 and AA. RGB value is (140,150,170). Sum of RGB (Red+Green+Blue) = 140+150+170=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C96AA is #736955. Grayscale: #959595. Windows color (decimal): -7563606 or 11179660. OLE color: 11179660.

HSL color Cylindrical-coordinate representation of color #8C96AA: hue angle of 220º degrees, saturation: 0.15, 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 #8C96AA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140150170-
CMYK0.180.1200.33
HSL220º15%60.78%-
HSV(B)220º17.65%66.67%-
XYZ28.9830.2942.35-
YUV149.29139.69121.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=30.43%
G=32.61%
B=36.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401501700.180.1200.332201560.78
Hex8C96AA12C021dcf3d
Octal21422625222140413341775
Binary1000110010010110101010101001011000100001110111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,150,170); }

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

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

 a { background-color: rgb(140,150,170); }

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

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

 span { border-color: rgb(140,150,170); }

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