Shades of Deluge #7F6F95
Tints of Deluge #7F6F95
RGB
CMYK
RGB Variations
Color information
#7F6F95 (or 0x7F6F95) is known color: Deluge. HEX triplet: 7F, 6F and 95. RGB value is (127,111,149). Sum of RGB (Red+Green+Blue) = 127+111+149=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F6F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6F95 is #80906A. Grayscale: #777777. Windows color (decimal): -8425579 or 9793407. OLE color: 9793407.
HSL color Cylindrical-coordinate representation of color #7F6F95: hue angle of 265.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F6F95 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 111 | 149 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.42 |
| HSL | 265.26º | 0.15% | 0.51% | - |
| HSV(B) | 265.26º | 0.26% | 0.58% | - |
| XYZ | 19.86 | 18.05 | 30.87 | - |
| YUV | 120.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 111 | 149 | 0.15 | 0.26 | 0 | 0.42 | 265.26 | 0.15 | 0.51 |
| Hex | 7F | 6F | 95 | F | 1A | 0 | 2A | 109 | F | 33 |
| Octal | 177 | 157 | 225 | 17 | 32 | 0 | 52 | 411 | 17 | 63 |
| Binary | 1111111 | 1101111 | 10010101 | 1111 | 11010 | 0 | 101010 | 100001001 | 1111 | 110011 |
Color Harmonies of #7F6F95
Complementary color
Monochromatic Colors of #7F6F95
Black with #7F6F95
Text Example
Text Example
White with #7F6F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6F95; }
p { color: rgb(127,111,149); }
H1.HeaderClassName
{
color: #7F6F95;
}
.AnyTagClassName
{
color: #7F6F95;
}
</style>
background-color css
<style>
a { background-color: #7F6F95; }
a { background-color: rgb(127,111,149); }
div.DivClassName
{
background-color: #7F6F95;
}
.BgClassName
{
background-color: #7F6F95;
}
</style>
border-color css
<style>
span { border-color: #7F6F95; }
span { border-color: rgb(127,111,149); }
td.TdClassName
{
border-color: #7F6F95;
}
.TagClassName
{
border-color: #7F6F95;
}
</style>