Convert phaser Canvas Color Blend Mode to similar WEBGL Blend Mode

Hi Guys, I was working on a game and due to some circumstances I want Phaser.BlendModes.COLOR blend mode which is only available to use in canvas renderer to be converted in to similar blend mode which i can use with WEBGL. can u please help me out , I tried to make similar blend mode using custom blend mode of WEBGL but failed.