#9299AB

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

Shades of Manatee #9299AB

Tints of Manatee #9299AB

Color information

#9299AB (or 0x9299AB) is unknown color: approx Manatee. HEX triplet: 92, 99 and AB. RGB value is (146,153,171). Sum of RGB (Red+Green+Blue) = 146+153+171=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9299AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299AB is #6D6654. Grayscale: #989898. Windows color (decimal): -7169621 or 11245970. OLE color: 11245970.

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

Color convert

RGB146153171-
CMYK0.150.1100.33
HSL223.2º12.95%62.16%-
HSV(B)223.2º14.62%67.06%-
XYZ30.631.8343.06-
YUV152.96138.18123.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=31.06%
G=32.55%
B=36.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461531710.150.1100.33223.212.9562.16
Hex9299ABFB021dfd3e
Octal22223125317130413371576
Binary100100101001100110101011111110110100001110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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