Shades of Deluge #7F6E9D
Tints of Deluge #7F6E9D
RGB
CMYK
RGB Variations
Color information
#7F6E9D (or 0x7F6E9D) is known color: Deluge. HEX triplet: 7F, 6E and 9D. RGB value is (127,110,157). Sum of RGB (Red+Green+Blue) = 127+110+157=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F6E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6E9D is #809162. Grayscale: #787878. Windows color (decimal): -8425827 or 10317439. OLE color: 10317439.
HSL color Cylindrical-coordinate representation of color #7F6E9D: hue angle of 261.7º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F6E9D is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 110 | 157 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.38 |
| HSL | 261.7º | 0.19% | 0.52% | - |
| HSV(B) | 261.7º | 0.3% | 0.62% | - |
| XYZ | 20.41 | 18.1 | 34.32 | - |
| YUV | 120.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 157 | 0.19 | 0.30 | 0 | 0.38 | 261.7 | 0.19 | 0.52 |
| Hex | 7F | 6E | 9D | 13 | 1E | 0 | 26 | 106 | 13 | 34 |
| Octal | 177 | 156 | 235 | 23 | 36 | 0 | 46 | 406 | 23 | 64 |
| Binary | 1111111 | 1101110 | 10011101 | 10011 | 11110 | 0 | 100110 | 100000110 | 10011 | 110100 |
Color Harmonies of #7F6E9D
Complementary color
Monochromatic Colors of #7F6E9D
Black with #7F6E9D
Text Example
Text Example
White with #7F6E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E9D; }
p { color: rgb(127,110,157); }
H1.HeaderClassName
{
color: #7F6E9D;
}
.AnyTagClassName
{
color: #7F6E9D;
}
</style>
background-color css
<style>
a { background-color: #7F6E9D; }
a { background-color: rgb(127,110,157); }
div.DivClassName
{
background-color: #7F6E9D;
}
.BgClassName
{
background-color: #7F6E9D;
}
</style>
border-color css
<style>
span { border-color: #7F6E9D; }
span { border-color: rgb(127,110,157); }
td.TdClassName
{
border-color: #7F6E9D;
}
.TagClassName
{
border-color: #7F6E9D;
}
</style>