#9096AC

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

Shades of Manatee #9096AC

Tints of Manatee #9096AC

Color information

#9096AC (or 0x9096AC) is unknown color: approx Manatee. HEX triplet: 90, 96 and AC. RGB value is (144,150,172). Sum of RGB (Red+Green+Blue) = 144+150+172=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #9096AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096AC is #6F6953. Grayscale: #969696. Windows color (decimal): -7301460 or 11310736. OLE color: 11310736.

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

Color convert

RGB144150172-
CMYK0.160.1300.33
HSL227.14º14.43%61.96%-
HSV(B)227.14º16.28%67.45%-
XYZ29.8530.7243.39-
YUV150.71140.01123.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.90%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=30.90%
G=32.19%
B=36.91%

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
Decimal1441501720.160.1300.33227.1414.4361.96
Hex9096AC10D021e3e3e
Octal22022625420150413431676
Binary1001000010010110101011001000011010100001111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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