Shades of Deluge #7C789B
Tints of Deluge #7C789B
RGB
CMYK
RGB Variations
Color information
#7C789B (or 0x7C789B) is known color: Deluge. HEX triplet: 7C, 78 and 9B. RGB value is (124,120,155). Sum of RGB (Red+Green+Blue) = 124+120+155=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789B is #838764. Grayscale: #7D7D7D. Windows color (decimal): -8619877 or 10188924. OLE color: 10188924.
HSL color Cylindrical-coordinate representation of color #7C789B: hue angle of 246.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C789B is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 120 | 155 | - |
| CMYK | 0.2 | 0.23 | 0 | 0.39 |
| HSL | 246.86º | 0.15% | 0.54% | - |
| HSV(B) | 246.86º | 0.23% | 0.61% | - |
| XYZ | 20.95 | 20.08 | 33.78 | - |
| YUV | 125.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 155 | 0.2 | 0.23 | 0 | 0.39 | 246.86 | 0.15 | 0.54 |
| Hex | 7C | 78 | 9B | 14 | 17 | 0 | 27 | F7 | F | 36 |
| Octal | 174 | 170 | 233 | 24 | 27 | 0 | 47 | 367 | 17 | 66 |
| Binary | 1111100 | 1111000 | 10011011 | 10100 | 10111 | 0 | 100111 | 11110111 | 1111 | 110110 |
Color Harmonies of #7C789B
Complementary color
Monochromatic Colors of #7C789B
Black with #7C789B
Text Example
Text Example
White with #7C789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C789B; }
p { color: rgb(124,120,155); }
H1.HeaderClassName
{
color: #7C789B;
}
.AnyTagClassName
{
color: #7C789B;
}
</style>
background-color css
<style>
a { background-color: #7C789B; }
a { background-color: rgb(124,120,155); }
div.DivClassName
{
background-color: #7C789B;
}
.BgClassName
{
background-color: #7C789B;
}
</style>
border-color css
<style>
span { border-color: #7C789B; }
span { border-color: rgb(124,120,155); }
td.TdClassName
{
border-color: #7C789B;
}
.TagClassName
{
border-color: #7C789B;
}
</style>