I have yet to find an algorithm/implementation that can convert rgb(0, 96, 255)
to HSL and back, without ending up with a slightly different value (rgb(0, 98, 255)
). This means everyone's algorithms are broken (including Wolfram|Alpha)—or that HSL cannot represent every RGB color.
Which is correct?