#93949C

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

Shades of Manatee #93949C

Tints of Manatee #93949C

Color information

#93949C (or 0x93949C) is unknown color: approx Manatee. HEX triplet: 93, 94 and 9C. RGB value is (147,148,156). Sum of RGB (Red+Green+Blue) = 147+148+156=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 156 - color contains mainly: blue. Hex color #93949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93949C is #6C6B63. Grayscale: #949494. Windows color (decimal): -7105380 or 10261651. OLE color: 10261651.

HSL color Cylindrical-coordinate representation of color #93949C: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #93949C is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147148156-
CMYK0.060.0500.39
HSL233.33º4.35%59.41%-
HSV(B)233.33º5.77%61.18%-
XYZ28.6229.7835.69-
YUV148.61132.17126.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=32.59%
G=32.82%
B=34.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471481560.060.0500.39233.334.3559.41
Hex93949C65027e943b
Octal22322423465047351473
Binary100100111001010010011100110101010011111101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93949C; }

 p { color: rgb(147,148,156); }

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

<style>
 a { background-color: #93949C; }

 a { background-color: rgb(147,148,156); }

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

<style>
 span { border-color: #93949C; }

 span { border-color: rgb(147,148,156); }

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