Shades of Deluge #7C659E
Tints of Deluge #7C659E
RGB
CMYK
RGB Variations
Color information
#7C659E (or 0x7C659E) is known color: Deluge. HEX triplet: 7C, 65 and 9E. RGB value is (124,101,158). Sum of RGB (Red+Green+Blue) = 124+101+158=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C659E is #839A61. Grayscale: #727272. Windows color (decimal): -8624738 or 10380668. OLE color: 10380668.
HSL color Cylindrical-coordinate representation of color #7C659E: hue angle of 264.21º degrees, saturation: 0.23, 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 #7C659E is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 101 | 158 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.38 |
| HSL | 264.21º | 0.23% | 0.51% | - |
| HSV(B) | 264.21º | 0.36% | 0.62% | - |
| XYZ | 19.14 | 16.06 | 34.44 | - |
| YUV | 114.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 158 | 0.22 | 0.36 | 0 | 0.38 | 264.21 | 0.23 | 0.51 |
| Hex | 7C | 65 | 9E | 16 | 24 | 0 | 26 | 108 | 17 | 33 |
| Octal | 174 | 145 | 236 | 26 | 44 | 0 | 46 | 410 | 27 | 63 |
| Binary | 1111100 | 1100101 | 10011110 | 10110 | 100100 | 0 | 100110 | 100001000 | 10111 | 110011 |
Color Harmonies of #7C659E
Complementary color
Monochromatic Colors of #7C659E
Black with #7C659E
Text Example
Text Example
White with #7C659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C659E; }
p { color: rgb(124,101,158); }
H1.HeaderClassName
{
color: #7C659E;
}
.AnyTagClassName
{
color: #7C659E;
}
</style>
background-color css
<style>
a { background-color: #7C659E; }
a { background-color: rgb(124,101,158); }
div.DivClassName
{
background-color: #7C659E;
}
.BgClassName
{
background-color: #7C659E;
}
</style>
border-color css
<style>
span { border-color: #7C659E; }
span { border-color: rgb(124,101,158); }
td.TdClassName
{
border-color: #7C659E;
}
.TagClassName
{
border-color: #7C659E;
}
</style>