Shades of Deluge #7F7199
Tints of Deluge #7F7199
RGB
CMYK
RGB Variations
Color information
#7F7199 (or 0x7F7199) is known color: Deluge. HEX triplet: 7F, 71 and 99. RGB value is (127,113,153). Sum of RGB (Red+Green+Blue) = 127+113+153=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F7199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7199 is #808E66. Grayscale: #797979. Windows color (decimal): -8425063 or 10056063. OLE color: 10056063.
HSL color Cylindrical-coordinate representation of color #7F7199: hue angle of 261º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7199 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 113 | 153 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.4 |
| HSL | 261º | 0.16% | 0.52% | - |
| HSV(B) | 261º | 0.26% | 0.6% | - |
| XYZ | 20.41 | 18.62 | 32.66 | - |
| YUV | 121.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 153 | 0.17 | 0.26 | 0 | 0.4 | 261 | 0.16 | 0.52 |
| Hex | 7F | 71 | 99 | 11 | 1A | 0 | 28 | 105 | 10 | 34 |
| Octal | 177 | 161 | 231 | 21 | 32 | 0 | 50 | 405 | 20 | 64 |
| Binary | 1111111 | 1110001 | 10011001 | 10001 | 11010 | 0 | 101000 | 100000101 | 10000 | 110100 |
Color Harmonies of #7F7199
Complementary color
Monochromatic Colors of #7F7199
Black with #7F7199
Text Example
Text Example
White with #7F7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7199; }
p { color: rgb(127,113,153); }
H1.HeaderClassName
{
color: #7F7199;
}
.AnyTagClassName
{
color: #7F7199;
}
</style>
background-color css
<style>
a { background-color: #7F7199; }
a { background-color: rgb(127,113,153); }
div.DivClassName
{
background-color: #7F7199;
}
.BgClassName
{
background-color: #7F7199;
}
</style>
border-color css
<style>
span { border-color: #7F7199; }
span { border-color: rgb(127,113,153); }
td.TdClassName
{
border-color: #7F7199;
}
.TagClassName
{
border-color: #7F7199;
}
</style>