Shades of Deluge #7F6796
Tints of Deluge #7F6796
RGB
CMYK
RGB Variations
Color information
#7F6796 (or 0x7F6796) is known color: Deluge. HEX triplet: 7F, 67 and 96. RGB value is (127,103,150). Sum of RGB (Red+Green+Blue) = 127+103+150=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F6796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6796 is #809869. Grayscale: #737373. Windows color (decimal): -8427626 or 9856895. OLE color: 9856895.
HSL color Cylindrical-coordinate representation of color #7F6796: hue angle of 270.64º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F6796 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 103 | 150 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.41 |
| HSL | 270.64º | 0.19% | 0.5% | - |
| HSV(B) | 270.64º | 0.31% | 0.59% | - |
| XYZ | 19.11 | 16.41 | 31.02 | - |
| YUV | 115.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 150 | 0.15 | 0.31 | 0 | 0.41 | 270.64 | 0.19 | 0.5 |
| Hex | 7F | 67 | 96 | F | 1F | 0 | 29 | 10F | 13 | 32 |
| Octal | 177 | 147 | 226 | 17 | 37 | 0 | 51 | 417 | 23 | 62 |
| Binary | 1111111 | 1100111 | 10010110 | 1111 | 11111 | 0 | 101001 | 100001111 | 10011 | 110010 |
Color Harmonies of #7F6796
Complementary color
Monochromatic Colors of #7F6796
Black with #7F6796
Text Example
Text Example
White with #7F6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6796; }
p { color: rgb(127,103,150); }
H1.HeaderClassName
{
color: #7F6796;
}
.AnyTagClassName
{
color: #7F6796;
}
</style>
background-color css
<style>
a { background-color: #7F6796; }
a { background-color: rgb(127,103,150); }
div.DivClassName
{
background-color: #7F6796;
}
.BgClassName
{
background-color: #7F6796;
}
</style>
border-color css
<style>
span { border-color: #7F6796; }
span { border-color: rgb(127,103,150); }
td.TdClassName
{
border-color: #7F6796;
}
.TagClassName
{
border-color: #7F6796;
}
</style>