Shades of Deluge #7C6397
Tints of Deluge #7C6397
RGB
CMYK
RGB Variations
Color information
#7C6397 (or 0x7C6397) is known color: Deluge. HEX triplet: 7C, 63 and 97. RGB value is (124,99,151). Sum of RGB (Red+Green+Blue) = 124+99+151=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #7C6397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6397 is #839C68. Grayscale: #707070. Windows color (decimal): -8625257 or 9921404. OLE color: 9921404.
HSL color Cylindrical-coordinate representation of color #7C6397: hue angle of 268.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C6397 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 99 | 151 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.41 |
| HSL | 268.85º | 0.21% | 0.49% | - |
| HSV(B) | 268.85º | 0.34% | 0.59% | - |
| XYZ | 18.36 | 15.44 | 31.29 | - |
| YUV | 112.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 151 | 0.18 | 0.34 | 0 | 0.41 | 268.85 | 0.21 | 0.49 |
| Hex | 7C | 63 | 97 | 12 | 22 | 0 | 29 | 10D | 15 | 31 |
| Octal | 174 | 143 | 227 | 22 | 42 | 0 | 51 | 415 | 25 | 61 |
| Binary | 1111100 | 1100011 | 10010111 | 10010 | 100010 | 0 | 101001 | 100001101 | 10101 | 110001 |
Color Harmonies of #7C6397
Complementary color
Monochromatic Colors of #7C6397
Black with #7C6397
Text Example
Text Example
White with #7C6397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6397; }
p { color: rgb(124,99,151); }
H1.HeaderClassName
{
color: #7C6397;
}
.AnyTagClassName
{
color: #7C6397;
}
</style>
background-color css
<style>
a { background-color: #7C6397; }
a { background-color: rgb(124,99,151); }
div.DivClassName
{
background-color: #7C6397;
}
.BgClassName
{
background-color: #7C6397;
}
</style>
border-color css
<style>
span { border-color: #7C6397; }
span { border-color: rgb(124,99,151); }
td.TdClassName
{
border-color: #7C6397;
}
.TagClassName
{
border-color: #7C6397;
}
</style>