#9094AC

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

Shades of Manatee #9094AC

Tints of Manatee #9094AC

Color information

#9094AC (or 0x9094AC) is unknown color: approx Manatee. HEX triplet: 90, 94 and AC. RGB value is (144,148,172). Sum of RGB (Red+Green+Blue) = 144+148+172=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #9094AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9094AC is #6F6B53. Grayscale: #959595. Windows color (decimal): -7301972 or 11310224. OLE color: 11310224.

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

Color convert

RGB144148172-
CMYK0.160.1400.33
HSL231.43º14.43%61.96%-
HSV(B)231.43º16.28%67.45%-
XYZ29.5430.0943.28-
YUV149.54140.67124.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=31.03%
G=31.90%
B=37.07%

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
Decimal1441481720.160.1400.33231.4314.4361.96
Hex9094AC10E021e7e3e
Octal22022425420160413471676
Binary1001000010010100101011001000011100100001111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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