#9193AB

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

Shades of Manatee #9193AB

Tints of Manatee #9193AB

Color information

#9193AB (or 0x9193AB) is unknown color: approx Manatee. HEX triplet: 91, 93 and AB. RGB value is (145,147,171). Sum of RGB (Red+Green+Blue) = 145+147+171=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #9193AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9193AB is #6E6C54. Grayscale: #959595. Windows color (decimal): -7236693 or 11244433. OLE color: 11244433.

HSL color Cylindrical-coordinate representation of color #9193AB: hue angle of 235.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9193AB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145147171-
CMYK0.150.1400.33
HSL235.38º13.4%61.96%-
HSV(B)235.38º15.2%67.06%-
XYZ29.4629.8342.73-
YUV149.14140.34125.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=31.32%
G=31.75%
B=36.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451471710.150.1400.33235.3813.461.96
Hex9193ABFE021ebd3e
Octal22122325317160413531576
Binary100100011001001110101011111111100100001111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9193AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9193AB; }

 p { color: rgb(145,147,171); }

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

<style>
 a { background-color: #9193AB; }

 a { background-color: rgb(145,147,171); }

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

<style>
 span { border-color: #9193AB; }

 span { border-color: rgb(145,147,171); }

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