#9294A9

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

Shades of Manatee #9294A9

Tints of Manatee #9294A9

Color information

#9294A9 (or 0x9294A9) is unknown color: approx Manatee. HEX triplet: 92, 94 and A9. RGB value is (146,148,169). Sum of RGB (Red+Green+Blue) = 146+148+169=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 169 - color contains mainly: blue. Hex color #9294A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9294A9 is #6D6B56. Grayscale: #959595. Windows color (decimal): -7170903 or 11113618. OLE color: 11113618.

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

Color convert

RGB146148169-
CMYK0.140.1200.34
HSL234.78º11.79%61.76%-
HSV(B)234.78º13.61%66.27%-
XYZ29.6130.1641.8-
YUV149.8138.84125.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=31.53%
G=31.97%
B=36.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461481690.140.1200.34234.7811.7961.76
Hex9294A9EC022ebc3e
Octal22222425116140423531476
Binary100100101001010010101001111011000100010111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9294A9; }

 p { color: rgb(146,148,169); }

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

<style>
 a { background-color: #9294A9; }

 a { background-color: rgb(146,148,169); }

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

<style>
 span { border-color: #9294A9; }

 span { border-color: rgb(146,148,169); }

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