Shades of Deluge #7F649E
Tints of Deluge #7F649E
RGB
CMYK
RGB Variations
Color information
#7F649E (or 0x7F649E) is known color: Deluge. HEX triplet: 7F, 64 and 9E. RGB value is (127,100,158). Sum of RGB (Red+Green+Blue) = 127+100+158=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F649E is #809B61. Grayscale: #727272. Windows color (decimal): -8428386 or 10380415. OLE color: 10380415.
HSL color Cylindrical-coordinate representation of color #7F649E: hue angle of 267.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F649E is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 100 | 158 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.38 |
| HSL | 267.93º | 0.23% | 0.51% | - |
| HSV(B) | 267.93º | 0.37% | 0.62% | - |
| XYZ | 19.48 | 16.09 | 34.43 | - |
| YUV | 114.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 158 | 0.20 | 0.37 | 0 | 0.38 | 267.93 | 0.23 | 0.51 |
| Hex | 7F | 64 | 9E | 14 | 25 | 0 | 26 | 10C | 17 | 33 |
| Octal | 177 | 144 | 236 | 24 | 45 | 0 | 46 | 414 | 27 | 63 |
| Binary | 1111111 | 1100100 | 10011110 | 10100 | 100101 | 0 | 100110 | 100001100 | 10111 | 110011 |
Color Harmonies of #7F649E
Complementary color
Monochromatic Colors of #7F649E
Black with #7F649E
Text Example
Text Example
White with #7F649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F649E; }
p { color: rgb(127,100,158); }
H1.HeaderClassName
{
color: #7F649E;
}
.AnyTagClassName
{
color: #7F649E;
}
</style>
background-color css
<style>
a { background-color: #7F649E; }
a { background-color: rgb(127,100,158); }
div.DivClassName
{
background-color: #7F649E;
}
.BgClassName
{
background-color: #7F649E;
}
</style>
border-color css
<style>
span { border-color: #7F649E; }
span { border-color: rgb(127,100,158); }
td.TdClassName
{
border-color: #7F649E;
}
.TagClassName
{
border-color: #7F649E;
}
</style>