Example output
Output color variations:
Black, 000000
Blue 100, 0c0c41
Blue 90, 14136a
Blue 80, 1d1d94
Blue 70, 2f2fc4
Blue 60, 4169e1 <-- input Color
Blue 50, 6b99ff
Blue 40, 94baff
Blue 30, bad7ff
Blue 20, d0e5ff
Blue 10, e5f1ff
White, ffffff
Note: For all of the output color variations, I used the CIELAB color space to ensure equal perceptual distances between colors. Additionally, I kept the hue values within 10% of the input color to maintain the overall color tone while creating the variations.
---
Check the colors above for yourself! Add the code to a visual editor and see the scale.