Hi all,

I've just joined the group, but have been working with SASS for the
new version of Wikia.com. We provide wikis for tons of communities
(Wookieepedia, Lostpedia, Muppet Wiki, etc) and we're building a theme
designer that will make it super easy to customize the colors of the
wiki - based on SASS.

I've been having trouble understanding some of the color manipulation
functions. For example, I'm using this light blue color:
Hex: ADC1CC
H: 201
S: 15
B: 80

I want to darken the color by 50%: darken($light-blue, 50%). This is
the resulting color:
Hex: 2F414B
H: 201
S: 37
B: 29

It seems like it should have been:
Hex: 576166
H: 201
S: 15
B: 40

If this is working as expected, is there a way that I could achieve
the color that I was expecting? Thanks a bunch.

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to