#9094AB

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

Shades of Manatee #9094AB

Tints of Manatee #9094AB

Color information

#9094AB (or 0x9094AB) is unknown color: approx Manatee. HEX triplet: 90, 94 and AB. RGB value is (144,148,171). Sum of RGB (Red+Green+Blue) = 144+148+171=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 148 (58.20% from 255 or 31.97% 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 #9094AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9094AB is #6F6B54. Grayscale: #959595. Windows color (decimal): -7301973 or 11244688. OLE color: 11244688.

HSL color Cylindrical-coordinate representation of color #9094AB: hue angle of 231.11º 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 #9094AB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144148171-
CMYK0.160.1300.33
HSL231.11º13.85%61.76%-
HSV(B)231.11º15.79%67.06%-
XYZ29.4430.0542.78-
YUV149.43140.17124.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=31.10%
G=31.97%
B=36.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441481710.160.1300.33231.1113.8561.76
Hex9094AB10D021e7e3e
Octal22022425320150413471676
Binary1001000010010100101010111000011010100001111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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