Shades of Deluge #7F6DA0
Tints of Deluge #7F6DA0
RGB
CMYK
RGB Variations
Color information
#7F6DA0 (or 0x7F6DA0) is known color: Deluge. HEX triplet: 7F, 6D and A0. RGB value is (127,109,160). Sum of RGB (Red+Green+Blue) = 127+109+160=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #7F6DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6DA0 is #80925F. Grayscale: #787878. Windows color (decimal): -8426080 or 10513791. OLE color: 10513791.
HSL color Cylindrical-coordinate representation of color #7F6DA0: hue angle of 261.18º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F6DA0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 109 | 160 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.37 |
| HSL | 261.18º | 0.21% | 0.53% | - |
| HSV(B) | 261.18º | 0.32% | 0.63% | - |
| XYZ | 20.57 | 17.99 | 35.65 | - |
| YUV | 120.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 160 | 0.21 | 0.32 | 0 | 0.37 | 261.18 | 0.21 | 0.53 |
| Hex | 7F | 6D | A0 | 15 | 20 | 0 | 25 | 105 | 15 | 35 |
| Octal | 177 | 155 | 240 | 25 | 40 | 0 | 45 | 405 | 25 | 65 |
| Binary | 1111111 | 1101101 | 10100000 | 10101 | 100000 | 0 | 100101 | 100000101 | 10101 | 110101 |
Color Harmonies of #7F6DA0
Complementary color
Monochromatic Colors of #7F6DA0
Black with #7F6DA0
Text Example
Text Example
White with #7F6DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6DA0; }
p { color: rgb(127,109,160); }
H1.HeaderClassName
{
color: #7F6DA0;
}
.AnyTagClassName
{
color: #7F6DA0;
}
</style>
background-color css
<style>
a { background-color: #7F6DA0; }
a { background-color: rgb(127,109,160); }
div.DivClassName
{
background-color: #7F6DA0;
}
.BgClassName
{
background-color: #7F6DA0;
}
</style>
border-color css
<style>
span { border-color: #7F6DA0; }
span { border-color: rgb(127,109,160); }
td.TdClassName
{
border-color: #7F6DA0;
}
.TagClassName
{
border-color: #7F6DA0;
}
</style>