#93969C

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

Shades of Manatee #93969C

Tints of Manatee #93969C

Color information

#93969C (or 0x93969C) is unknown color: approx Manatee. HEX triplet: 93, 96 and 9C. RGB value is (147,150,156). Sum of RGB (Red+Green+Blue) = 147+150+156=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 156 - color contains mainly: blue. Hex color #93969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93969C is #6C6963. Grayscale: #959595. Windows color (decimal): -7104868 or 10262163. OLE color: 10262163.

HSL color Cylindrical-coordinate representation of color #93969C: hue angle of 220º 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 #93969C is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147150156-
CMYK0.060.0400.39
HSL220º4.35%59.41%-
HSV(B)220º5.77%61.18%-
XYZ28.9430.4235.8-
YUV149.79131.51126.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.45%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=32.45%
G=33.11%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471501560.060.0400.392204.3559.41
Hex93969C64027dc43b
Octal22322623464047334473
Binary100100111001011010011100110100010011111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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