#9093AC

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

Shades of Manatee #9093AC

Tints of Manatee #9093AC

Color information

#9093AC (or 0x9093AC) is unknown color: approx Manatee. HEX triplet: 90, 93 and AC. RGB value is (144,147,172). Sum of RGB (Red+Green+Blue) = 144+147+172=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #9093AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9093AC is #6F6C53. Grayscale: #949494. Windows color (decimal): -7302228 or 11309968. OLE color: 11309968.

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

Color convert

RGB144147172-
CMYK0.160.1500.33
HSL233.57º14.43%61.96%-
HSV(B)233.57º16.28%67.45%-
XYZ29.3829.7843.23-
YUV148.95141.01124.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=31.10%
G=31.75%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441471720.160.1500.33233.5714.4361.96
Hex9093AC10F021eae3e
Octal22022325420170413521676
Binary1001000010010011101011001000011110100001111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9093AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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