#9093AB

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

Shades of Manatee #9093AB

Tints of Manatee #9093AB

Color information

#9093AB (or 0x9093AB) is unknown color: approx Manatee. HEX triplet: 90, 93 and AB. RGB value is (144,147,171). Sum of RGB (Red+Green+Blue) = 144+147+171=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #9093AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9093AB is #6F6C54. Grayscale: #949494. Windows color (decimal): -7302229 or 11244432. OLE color: 11244432.

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

Color convert

RGB144147171-
CMYK0.160.1400.33
HSL233.33º13.85%61.76%-
HSV(B)233.33º15.79%67.06%-
XYZ29.2929.7442.72-
YUV148.84140.51124.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=31.17%
G=31.82%
B=37.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441471710.160.1400.33233.3313.8561.76
Hex9093AB10E021e9e3e
Octal22022325320160413511676
Binary1001000010010011101010111000011100100001111010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9093AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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