#9295AB

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

Shades of Manatee #9295AB

Tints of Manatee #9295AB

Color information

#9295AB (or 0x9295AB) is unknown color: approx Manatee. HEX triplet: 92, 95 and AB. RGB value is (146,149,171). Sum of RGB (Red+Green+Blue) = 146+149+171=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9295AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9295AB is #6D6A54. Grayscale: #969696. Windows color (decimal): -7170645 or 11244946. OLE color: 11244946.

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

Color convert

RGB146149171-
CMYK0.150.1300.33
HSL232.8º12.95%62.16%-
HSV(B)232.8º14.62%67.06%-
XYZ29.9530.5542.85-
YUV150.61139.51124.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=31.33%
G=31.97%
B=36.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461491710.150.1300.33232.812.9562.16
Hex9295ABFD021e9d3e
Octal22222525317150413511576
Binary100100101001010110101011111111010100001111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,149,171); }

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

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

 a { background-color: rgb(146,149,171); }

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

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

 span { border-color: rgb(146,149,171); }

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