#8C93AA

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

Shades of Manatee #8C93AA

Tints of Manatee #8C93AA

Color information

#8C93AA (or 0x8C93AA) is unknown color: approx Manatee. HEX triplet: 8C, 93 and AA. RGB value is (140,147,170). Sum of RGB (Red+Green+Blue) = 140+147+170=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C93AA is #736C55. Grayscale: #939393. Windows color (decimal): -7564374 or 11178892. OLE color: 11178892.

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

Color convert

RGB140147170-
CMYK0.180.1400.33
HSL226º15%60.78%-
HSV(B)226º17.65%66.67%-
XYZ28.529.3542.19-
YUV147.53140.68122.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=30.63%
G=32.17%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401471700.180.1400.332261560.78
Hex8C93AA12E021e2f3d
Octal21422325222160413421775
Binary1000110010010011101010101001011100100001111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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