RGB

Declaration: RGB(r,g,b: byte): TColor;
Converts the red, green and blue values (parameters r, g and b) into the corresponding color value. The parameters r, g and b may assume values between 0 and 255.