Shades of Deluge #7F6EAE
Tints of Deluge #7F6EAE
RGB
CMYK
RGB Variations
Color information
#7F6EAE (or 0x7F6EAE) is known color: Deluge. HEX triplet: 7F, 6E and AE. RGB value is (127,110,174). Sum of RGB (Red+Green+Blue) = 127+110+174=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F6EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6EAE is #809151. Grayscale: #7A7A7A. Windows color (decimal): -8425810 or 11431551. OLE color: 11431551.
HSL color Cylindrical-coordinate representation of color #7F6EAE: hue angle of 255.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F6EAE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 110 | 174 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.32 |
| HSL | 255.94º | 0.28% | 0.56% | - |
| HSV(B) | 255.94º | 0.37% | 0.68% | - |
| XYZ | 21.97 | 18.72 | 42.5 | - |
| YUV | 122.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 174 | 0.27 | 0.37 | 0 | 0.32 | 255.94 | 0.28 | 0.56 |
| Hex | 7F | 6E | AE | 1B | 25 | 0 | 20 | 100 | 1C | 38 |
| Octal | 177 | 156 | 256 | 33 | 45 | 0 | 40 | 400 | 34 | 70 |
| Binary | 1111111 | 1101110 | 10101110 | 11011 | 100101 | 0 | 100000 | 100000000 | 11100 | 111000 |
Color Harmonies of #7F6EAE
Complementary color
Monochromatic Colors of #7F6EAE
Black with #7F6EAE
Text Example
Text Example
White with #7F6EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6EAE; }
p { color: rgb(127,110,174); }
H1.HeaderClassName
{
color: #7F6EAE;
}
.AnyTagClassName
{
color: #7F6EAE;
}
</style>
background-color css
<style>
a { background-color: #7F6EAE; }
a { background-color: rgb(127,110,174); }
div.DivClassName
{
background-color: #7F6EAE;
}
.BgClassName
{
background-color: #7F6EAE;
}
</style>
border-color css
<style>
span { border-color: #7F6EAE; }
span { border-color: rgb(127,110,174); }
td.TdClassName
{
border-color: #7F6EAE;
}
.TagClassName
{
border-color: #7F6EAE;
}
</style>