This document presents a hybrid scheduling algorithm for efficient load balancing in cloud computing. The algorithm uses both round robin and priority-based scheduling approaches. It first assigns priorities to incoming job requests and then executes them in a round robin fashion. The algorithm aims to minimize overall response time and data center processing time. It is evaluated through simulation and found to perform better than round robin, priority-based, and equally spread current execution algorithms alone in terms of optimized response time and data center service time.