Shades of Deluge #7C6597
Tints of Deluge #7C6597
RGB
CMYK
RGB Variations
Color information
#7C6597 (or 0x7C6597) is known color: Deluge. HEX triplet: 7C, 65 and 97. RGB value is (124,101,151). Sum of RGB (Red+Green+Blue) = 124+101+151=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #7C6597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6597 is #839A68. Grayscale: #717171. Windows color (decimal): -8624745 or 9921916. OLE color: 9921916.
HSL color Cylindrical-coordinate representation of color #7C6597: hue angle of 267.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C6597 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 101 | 151 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.41 |
| HSL | 267.6º | 0.2% | 0.49% | - |
| HSV(B) | 267.6º | 0.33% | 0.59% | - |
| XYZ | 18.55 | 15.83 | 31.36 | - |
| YUV | 113.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 151 | 0.18 | 0.33 | 0 | 0.41 | 267.6 | 0.2 | 0.49 |
| Hex | 7C | 65 | 97 | 12 | 21 | 0 | 29 | 10C | 14 | 31 |
| Octal | 174 | 145 | 227 | 22 | 41 | 0 | 51 | 414 | 24 | 61 |
| Binary | 1111100 | 1100101 | 10010111 | 10010 | 100001 | 0 | 101001 | 100001100 | 10100 | 110001 |
Color Harmonies of #7C6597
Complementary color
Monochromatic Colors of #7C6597
Black with #7C6597
Text Example
Text Example
White with #7C6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6597; }
p { color: rgb(124,101,151); }
H1.HeaderClassName
{
color: #7C6597;
}
.AnyTagClassName
{
color: #7C6597;
}
</style>
background-color css
<style>
a { background-color: #7C6597; }
a { background-color: rgb(124,101,151); }
div.DivClassName
{
background-color: #7C6597;
}
.BgClassName
{
background-color: #7C6597;
}
</style>
border-color css
<style>
span { border-color: #7C6597; }
span { border-color: rgb(124,101,151); }
td.TdClassName
{
border-color: #7C6597;
}
.TagClassName
{
border-color: #7C6597;
}
</style>