Shades of Deluge #7F609D
Tints of Deluge #7F609D
RGB
CMYK
RGB Variations
Color information
#7F609D (or 0x7F609D) is known color: Deluge. HEX triplet: 7F, 60 and 9D. RGB value is (127,96,157). Sum of RGB (Red+Green+Blue) = 127+96+157=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F609D is #809F62. Grayscale: #707070. Windows color (decimal): -8429411 or 10313855. OLE color: 10313855.
HSL color Cylindrical-coordinate representation of color #7F609D: hue angle of 270.49º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F609D is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 96 | 157 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.38 |
| HSL | 270.49º | 0.24% | 0.5% | - |
| HSV(B) | 270.49º | 0.39% | 0.62% | - |
| XYZ | 19.02 | 15.31 | 33.85 | - |
| YUV | 112.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 157 | 0.19 | 0.39 | 0 | 0.38 | 270.49 | 0.24 | 0.5 |
| Hex | 7F | 60 | 9D | 13 | 27 | 0 | 26 | 10E | 18 | 32 |
| Octal | 177 | 140 | 235 | 23 | 47 | 0 | 46 | 416 | 30 | 62 |
| Binary | 1111111 | 1100000 | 10011101 | 10011 | 100111 | 0 | 100110 | 100001110 | 11000 | 110010 |
Color Harmonies of #7F609D
Complementary color
Monochromatic Colors of #7F609D
Black with #7F609D
Text Example
Text Example
White with #7F609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F609D; }
p { color: rgb(127,96,157); }
H1.HeaderClassName
{
color: #7F609D;
}
.AnyTagClassName
{
color: #7F609D;
}
</style>
background-color css
<style>
a { background-color: #7F609D; }
a { background-color: rgb(127,96,157); }
div.DivClassName
{
background-color: #7F609D;
}
.BgClassName
{
background-color: #7F609D;
}
</style>
border-color css
<style>
span { border-color: #7F609D; }
span { border-color: rgb(127,96,157); }
td.TdClassName
{
border-color: #7F609D;
}
.TagClassName
{
border-color: #7F609D;
}
</style>