#93949F

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

Shades of Manatee #93949F

Tints of Manatee #93949F

Color information

#93949F (or 0x93949F) is unknown color: approx Manatee. HEX triplet: 93, 94 and 9F. RGB value is (147,148,159). Sum of RGB (Red+Green+Blue) = 147+148+159=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 159 - color contains mainly: blue. Hex color #93949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93949F is #6C6B60. Grayscale: #949494. Windows color (decimal): -7105377 or 10458259. OLE color: 10458259.

HSL color Cylindrical-coordinate representation of color #93949F: hue angle of 235º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93949F is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147148159-
CMYK0.080.0700.38
HSL235º5.88%60%-
HSV(B)235º7.55%62.35%-
XYZ28.8829.8937.05-
YUV148.95133.67126.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=32.38%
G=32.60%
B=35.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471481590.080.0700.382355.8860
Hex93949F87026eb63c
Octal223224237107046353674
Binary1001001110010100100111111000111010011011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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