Shades of Deluge #7C659D
Tints of Deluge #7C659D
RGB
CMYK
RGB Variations
Color information
#7C659D (or 0x7C659D) is known color: Deluge. HEX triplet: 7C, 65 and 9D. RGB value is (124,101,157). Sum of RGB (Red+Green+Blue) = 124+101+157=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C659D is #839A62. Grayscale: #727272. Windows color (decimal): -8624739 or 10315132. OLE color: 10315132.
HSL color Cylindrical-coordinate representation of color #7C659D: hue angle of 264.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C659D is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 101 | 157 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.38 |
| HSL | 264.64º | 0.22% | 0.51% | - |
| HSV(B) | 264.64º | 0.36% | 0.62% | - |
| XYZ | 19.05 | 16.03 | 33.99 | - |
| YUV | 114.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 157 | 0.21 | 0.36 | 0 | 0.38 | 264.64 | 0.22 | 0.51 |
| Hex | 7C | 65 | 9D | 15 | 24 | 0 | 26 | 109 | 16 | 33 |
| Octal | 174 | 145 | 235 | 25 | 44 | 0 | 46 | 411 | 26 | 63 |
| Binary | 1111100 | 1100101 | 10011101 | 10101 | 100100 | 0 | 100110 | 100001001 | 10110 | 110011 |
Color Harmonies of #7C659D
Complementary color
Monochromatic Colors of #7C659D
Black with #7C659D
Text Example
Text Example
White with #7C659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C659D; }
p { color: rgb(124,101,157); }
H1.HeaderClassName
{
color: #7C659D;
}
.AnyTagClassName
{
color: #7C659D;
}
</style>
background-color css
<style>
a { background-color: #7C659D; }
a { background-color: rgb(124,101,157); }
div.DivClassName
{
background-color: #7C659D;
}
.BgClassName
{
background-color: #7C659D;
}
</style>
border-color css
<style>
span { border-color: #7C659D; }
span { border-color: rgb(124,101,157); }
td.TdClassName
{
border-color: #7C659D;
}
.TagClassName
{
border-color: #7C659D;
}
</style>