Shades of Deluge #7F6BA2
Tints of Deluge #7F6BA2
RGB
CMYK
RGB Variations
Color information
#7F6BA2 (or 0x7F6BA2) is known color: Deluge. HEX triplet: 7F, 6B and A2. RGB value is (127,107,162). Sum of RGB (Red+Green+Blue) = 127+107+162=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 162 - color contains mainly: blue. Hex color #7F6BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6BA2 is #80945D. Grayscale: #777777. Windows color (decimal): -8426590 or 10644351. OLE color: 10644351.
HSL color Cylindrical-coordinate representation of color #7F6BA2: hue angle of 261.82º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F6BA2 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 107 | 162 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.36 |
| HSL | 261.82º | 0.23% | 0.53% | - |
| HSV(B) | 261.82º | 0.34% | 0.64% | - |
| XYZ | 20.53 | 17.64 | 36.5 | - |
| YUV | 119.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 162 | 0.22 | 0.34 | 0 | 0.36 | 261.82 | 0.23 | 0.53 |
| Hex | 7F | 6B | A2 | 16 | 22 | 0 | 24 | 106 | 17 | 35 |
| Octal | 177 | 153 | 242 | 26 | 42 | 0 | 44 | 406 | 27 | 65 |
| Binary | 1111111 | 1101011 | 10100010 | 10110 | 100010 | 0 | 100100 | 100000110 | 10111 | 110101 |
Color Harmonies of #7F6BA2
Complementary color
Monochromatic Colors of #7F6BA2
Black with #7F6BA2
Text Example
Text Example
White with #7F6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6BA2; }
p { color: rgb(127,107,162); }
H1.HeaderClassName
{
color: #7F6BA2;
}
.AnyTagClassName
{
color: #7F6BA2;
}
</style>
background-color css
<style>
a { background-color: #7F6BA2; }
a { background-color: rgb(127,107,162); }
div.DivClassName
{
background-color: #7F6BA2;
}
.BgClassName
{
background-color: #7F6BA2;
}
</style>
border-color css
<style>
span { border-color: #7F6BA2; }
span { border-color: rgb(127,107,162); }
td.TdClassName
{
border-color: #7F6BA2;
}
.TagClassName
{
border-color: #7F6BA2;
}
</style>