#9296AA

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

Shades of Manatee #9296AA

Tints of Manatee #9296AA

Color information

#9296AA (or 0x9296AA) is unknown color: approx Manatee. HEX triplet: 92, 96 and AA. RGB value is (146,150,170). Sum of RGB (Red+Green+Blue) = 146+150+170=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #9296AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9296AA is #6D6955. Grayscale: #979797. Windows color (decimal): -7170390 or 11179666. OLE color: 11179666.

HSL color Cylindrical-coordinate representation of color #9296AA: hue angle of 230º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9296AA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146150170-
CMYK0.140.1200.33
HSL230º12.37%61.96%-
HSV(B)230º14.12%66.67%-
XYZ30.0230.8342.4-
YUV151.08138.67124.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=31.33%
G=32.19%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461501700.140.1200.3323012.3761.96
Hex9296AAEC021e6c3e
Octal22222625216140413461476
Binary100100101001011010101010111011000100001111001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9296AA; }

 p { color: rgb(146,150,170); }

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

<style>
 a { background-color: #9296AA; }

 a { background-color: rgb(146,150,170); }

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

<style>
 span { border-color: #9296AA; }

 span { border-color: rgb(146,150,170); }

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