Shades of Deluge #7C7999
Tints of Deluge #7C7999
RGB
CMYK
RGB Variations
Color information
#7C7999 (or 0x7C7999) is known color: Deluge. HEX triplet: 7C, 79 and 99. RGB value is (124,121,153). Sum of RGB (Red+Green+Blue) = 124+121+153=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C7999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7999 is #838666. Grayscale: #7D7D7D. Windows color (decimal): -8619623 or 10058108. OLE color: 10058108.
HSL color Cylindrical-coordinate representation of color #7C7999: hue angle of 245.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7999 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 121 | 153 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.4 |
| HSL | 245.63º | 0.14% | 0.54% | - |
| HSV(B) | 245.63º | 0.21% | 0.6% | - |
| XYZ | 20.9 | 20.26 | 32.95 | - |
| YUV | 125.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 153 | 0.19 | 0.21 | 0 | 0.4 | 245.63 | 0.14 | 0.54 |
| Hex | 7C | 79 | 99 | 13 | 15 | 0 | 28 | F6 | E | 36 |
| Octal | 174 | 171 | 231 | 23 | 25 | 0 | 50 | 366 | 16 | 66 |
| Binary | 1111100 | 1111001 | 10011001 | 10011 | 10101 | 0 | 101000 | 11110110 | 1110 | 110110 |
Color Harmonies of #7C7999
Complementary color
Monochromatic Colors of #7C7999
Black with #7C7999
Text Example
Text Example
White with #7C7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7999; }
p { color: rgb(124,121,153); }
H1.HeaderClassName
{
color: #7C7999;
}
.AnyTagClassName
{
color: #7C7999;
}
</style>
background-color css
<style>
a { background-color: #7C7999; }
a { background-color: rgb(124,121,153); }
div.DivClassName
{
background-color: #7C7999;
}
.BgClassName
{
background-color: #7C7999;
}
</style>
border-color css
<style>
span { border-color: #7C7999; }
span { border-color: rgb(124,121,153); }
td.TdClassName
{
border-color: #7C7999;
}
.TagClassName
{
border-color: #7C7999;
}
</style>