Shades of Deluge #7C6A9D
Tints of Deluge #7C6A9D
RGB
CMYK
RGB Variations
Color information
#7C6A9D (or 0x7C6A9D) is known color: Deluge. HEX triplet: 7C, 6A and 9D. RGB value is (124,106,157). Sum of RGB (Red+Green+Blue) = 124+106+157=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C6A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6A9D is #839562. Grayscale: #757575. Windows color (decimal): -8623459 or 10316412. OLE color: 10316412.
HSL color Cylindrical-coordinate representation of color #7C6A9D: hue angle of 261.18º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C6A9D is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 106 | 157 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.38 |
| HSL | 261.18º | 0.21% | 0.52% | - |
| HSV(B) | 261.18º | 0.32% | 0.62% | - |
| XYZ | 19.55 | 17.03 | 34.15 | - |
| YUV | 117.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 157 | 0.21 | 0.32 | 0 | 0.38 | 261.18 | 0.21 | 0.52 |
| Hex | 7C | 6A | 9D | 15 | 20 | 0 | 26 | 105 | 15 | 34 |
| Octal | 174 | 152 | 235 | 25 | 40 | 0 | 46 | 405 | 25 | 64 |
| Binary | 1111100 | 1101010 | 10011101 | 10101 | 100000 | 0 | 100110 | 100000101 | 10101 | 110100 |
Color Harmonies of #7C6A9D
Complementary color
Monochromatic Colors of #7C6A9D
Black with #7C6A9D
Text Example
Text Example
White with #7C6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A9D; }
p { color: rgb(124,106,157); }
H1.HeaderClassName
{
color: #7C6A9D;
}
.AnyTagClassName
{
color: #7C6A9D;
}
</style>
background-color css
<style>
a { background-color: #7C6A9D; }
a { background-color: rgb(124,106,157); }
div.DivClassName
{
background-color: #7C6A9D;
}
.BgClassName
{
background-color: #7C6A9D;
}
</style>
border-color css
<style>
span { border-color: #7C6A9D; }
span { border-color: rgb(124,106,157); }
td.TdClassName
{
border-color: #7C6A9D;
}
.TagClassName
{
border-color: #7C6A9D;
}
</style>