#9096AB

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

Shades of Manatee #9096AB

Tints of Manatee #9096AB

Color information

#9096AB (or 0x9096AB) is unknown color: approx Manatee. HEX triplet: 90, 96 and AB. RGB value is (144,150,171). Sum of RGB (Red+Green+Blue) = 144+150+171=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #9096AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096AB is #6F6954. Grayscale: #969696. Windows color (decimal): -7301461 or 11245200. OLE color: 11245200.

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

Color convert

RGB144150171-
CMYK0.160.1200.33
HSL226.67º13.85%61.76%-
HSV(B)226.67º15.79%67.06%-
XYZ29.7630.6842.88-
YUV150.6139.51123.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=30.97%
G=32.26%
B=36.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441501710.160.1200.33226.6713.8561.76
Hex9096AB10C021e3e3e
Octal22022625320140413431676
Binary1001000010010110101010111000011000100001111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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