#9294AB

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

Shades of Manatee #9294AB

Tints of Manatee #9294AB

Color information

#9294AB (or 0x9294AB) is unknown color: approx Manatee. HEX triplet: 92, 94 and AB. RGB value is (146,148,171). Sum of RGB (Red+Green+Blue) = 146+148+171=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 148 (58.20% from 255 or 31.83% 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 #9294AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9294AB is #6D6B54. Grayscale: #959595. Windows color (decimal): -7170901 or 11244690. OLE color: 11244690.

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

Color convert

RGB146148171-
CMYK0.150.1300.33
HSL235.2º12.95%62.16%-
HSV(B)235.2º14.62%67.06%-
XYZ29.7930.2342.79-
YUV150.02139.84125.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=31.40%
G=31.83%
B=36.77%

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
Decimal1461481710.150.1300.33235.212.9562.16
Hex9294ABFD021ebd3e
Octal22222425317150413531576
Binary100100101001010010101011111111010100001111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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