On Monday I mentioned an online HSV/RGB color conversion tool that I would be making available shortly: You can now find it at http://www.yafla.com/yaflaColor/ColorRGBHSL.aspx.
It's pretty trivial, but it might be useful for someone, so I thought I'd release the URL. There is much more that I planned on doing with it before releasing, but a nasty bug (the flu kind) has prevented that, so I'm releasing it as-is for now. It will likely improve over the coming weekend if I get any spare time.
ex. http://www.yafla.com/yaflaColor/ColorRGBHSL.aspx?RGB=9cceef
[alternately you can pass the H, S, and V variables]
You will get several other colours in addition to your selected colour: Not only will you get a grid of saturation and value variations for the current hue, but you'll also get convenience grouping colors based upon general color theory.
This tool is not complex, and I'm not intending it to be taken as Earth shattering - it's simply scratching my own itch: I often find myself in need of varying saturations of a particular color, or an easy way to get aesthetically pleasing partner colors. There are lots of alternatives, but this was my own lightweight, easy option.
The colors on the page are clickable, so you can browse around. As an aside, the div layout works best in Opera (where groupings are actually grouped), but comes through as a vertical column in Mozilla and Internet Explorer (UPDATE: I've put aside any DIV purity, and just used a table. It now works in all of the major browsers properly). This was just a humor thing and I haven't had the time and opportunity to diagnose why those browsers aren't doing what they should be doing.
[SEE ALSO: yaflaColor goes AJAX & yaflaColor Updates]