Shades of Deluge #7C699B
Tints of Deluge #7C699B
RGB
CMYK
RGB Variations
Color information
#7C699B (or 0x7C699B) is known color: Deluge. HEX triplet: 7C, 69 and 9B. RGB value is (124,105,155). Sum of RGB (Red+Green+Blue) = 124+105+155=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C699B is #839664. Grayscale: #747474. Windows color (decimal): -8623717 or 10185084. OLE color: 10185084.
HSL color Cylindrical-coordinate representation of color #7C699B: hue angle of 262.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C699B is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 105 | 155 | - |
| CMYK | 0.2 | 0.32 | 0 | 0.39 |
| HSL | 262.8º | 0.2% | 0.51% | - |
| HSV(B) | 262.8º | 0.32% | 0.61% | - |
| XYZ | 19.28 | 16.75 | 33.23 | - |
| YUV | 116.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 155 | 0.2 | 0.32 | 0 | 0.39 | 262.8 | 0.2 | 0.51 |
| Hex | 7C | 69 | 9B | 14 | 20 | 0 | 27 | 107 | 14 | 33 |
| Octal | 174 | 151 | 233 | 24 | 40 | 0 | 47 | 407 | 24 | 63 |
| Binary | 1111100 | 1101001 | 10011011 | 10100 | 100000 | 0 | 100111 | 100000111 | 10100 | 110011 |
Color Harmonies of #7C699B
Complementary color
Monochromatic Colors of #7C699B
Black with #7C699B
Text Example
Text Example
White with #7C699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C699B; }
p { color: rgb(124,105,155); }
H1.HeaderClassName
{
color: #7C699B;
}
.AnyTagClassName
{
color: #7C699B;
}
</style>
background-color css
<style>
a { background-color: #7C699B; }
a { background-color: rgb(124,105,155); }
div.DivClassName
{
background-color: #7C699B;
}
.BgClassName
{
background-color: #7C699B;
}
</style>
border-color css
<style>
span { border-color: #7C699B; }
span { border-color: rgb(124,105,155); }
td.TdClassName
{
border-color: #7C699B;
}
.TagClassName
{
border-color: #7C699B;
}
</style>