#8C95AA

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

Shades of Manatee #8C95AA

Tints of Manatee #8C95AA

Color information

#8C95AA (or 0x8C95AA) is unknown color: approx Manatee. HEX triplet: 8C, 95 and AA. RGB value is (140,149,170). Sum of RGB (Red+Green+Blue) = 140+149+170=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C95AA is #736A55. Grayscale: #949494. Windows color (decimal): -7563862 or 11179404. OLE color: 11179404.

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

Color convert

RGB140149170-
CMYK0.180.1200.33
HSL222º15%60.78%-
HSV(B)222º17.65%66.67%-
XYZ28.8229.9742.3-
YUV148.7140.02121.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=30.50%
G=32.46%
B=37.04%

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
Decimal1401491700.180.1200.332221560.78
Hex8C95AA12C021def3d
Octal21422525222140413361775
Binary1000110010010101101010101001011000100001110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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