Shades of Deluge #7F6EAB
Tints of Deluge #7F6EAB
RGB
CMYK
RGB Variations
Color information
#7F6EAB (or 0x7F6EAB) is known color: Deluge. HEX triplet: 7F, 6E and AB. RGB value is (127,110,171). Sum of RGB (Red+Green+Blue) = 127+110+171=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6EAB is #809154. Grayscale: #797979. Windows color (decimal): -8425813 or 11234943. OLE color: 11234943.
HSL color Cylindrical-coordinate representation of color #7F6EAB: hue angle of 256.72º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F6EAB is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 110 | 171 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.33 |
| HSL | 256.72º | 0.27% | 0.55% | - |
| HSV(B) | 256.72º | 0.36% | 0.67% | - |
| XYZ | 21.68 | 18.6 | 40.98 | - |
| YUV | 122.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 171 | 0.26 | 0.36 | 0 | 0.33 | 256.72 | 0.27 | 0.55 |
| Hex | 7F | 6E | AB | 1A | 24 | 0 | 21 | 101 | 1B | 37 |
| Octal | 177 | 156 | 253 | 32 | 44 | 0 | 41 | 401 | 33 | 67 |
| Binary | 1111111 | 1101110 | 10101011 | 11010 | 100100 | 0 | 100001 | 100000001 | 11011 | 110111 |
Color Harmonies of #7F6EAB
Complementary color
Monochromatic Colors of #7F6EAB
Black with #7F6EAB
Text Example
Text Example
White with #7F6EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6EAB; }
p { color: rgb(127,110,171); }
H1.HeaderClassName
{
color: #7F6EAB;
}
.AnyTagClassName
{
color: #7F6EAB;
}
</style>
background-color css
<style>
a { background-color: #7F6EAB; }
a { background-color: rgb(127,110,171); }
div.DivClassName
{
background-color: #7F6EAB;
}
.BgClassName
{
background-color: #7F6EAB;
}
</style>
border-color css
<style>
span { border-color: #7F6EAB; }
span { border-color: rgb(127,110,171); }
td.TdClassName
{
border-color: #7F6EAB;
}
.TagClassName
{
border-color: #7F6EAB;
}
</style>