RGB to Color (Not in Base Package)

Converts a red, green, and blue value from 0 to 255 to the corresponding RGB color.

R is the red value for the color, 0 to 255.
G is the green value for the color, 0 to 255.
B is the blue value for the color, 0 to 255.
Color is the RGB color value that corresponds to R, G, and B.