Shades of Deluge #7F619B
Tints of Deluge #7F619B
RGB
CMYK
RGB Variations
Color information
#7F619B (or 0x7F619B) is known color: Deluge. HEX triplet: 7F, 61 and 9B. RGB value is (127,97,155). Sum of RGB (Red+Green+Blue) = 127+97+155=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F619B is #809E64. Grayscale: #707070. Windows color (decimal): -8429157 or 10183039. OLE color: 10183039.
HSL color Cylindrical-coordinate representation of color #7F619B: hue angle of 271.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F619B is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 97 | 155 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.39 |
| HSL | 271.03º | 0.23% | 0.49% | - |
| HSV(B) | 271.03º | 0.37% | 0.61% | - |
| XYZ | 18.94 | 15.43 | 32.99 | - |
| YUV | 112.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 155 | 0.18 | 0.37 | 0 | 0.39 | 271.03 | 0.23 | 0.49 |
| Hex | 7F | 61 | 9B | 12 | 25 | 0 | 27 | 10F | 17 | 31 |
| Octal | 177 | 141 | 233 | 22 | 45 | 0 | 47 | 417 | 27 | 61 |
| Binary | 1111111 | 1100001 | 10011011 | 10010 | 100101 | 0 | 100111 | 100001111 | 10111 | 110001 |
Color Harmonies of #7F619B
Complementary color
Monochromatic Colors of #7F619B
Black with #7F619B
Text Example
Text Example
White with #7F619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F619B; }
p { color: rgb(127,97,155); }
H1.HeaderClassName
{
color: #7F619B;
}
.AnyTagClassName
{
color: #7F619B;
}
</style>
background-color css
<style>
a { background-color: #7F619B; }
a { background-color: rgb(127,97,155); }
div.DivClassName
{
background-color: #7F619B;
}
.BgClassName
{
background-color: #7F619B;
}
</style>
border-color css
<style>
span { border-color: #7F619B; }
span { border-color: rgb(127,97,155); }
td.TdClassName
{
border-color: #7F619B;
}
.TagClassName
{
border-color: #7F619B;
}
</style>