Shades of Deluge #7B7794
Tints of Deluge #7B7794
RGB
CMYK
RGB Variations
Color information
#7B7794 (or 0x7B7794) is known color: Deluge. HEX triplet: 7B, 77 and 94. RGB value is (123,119,148). Sum of RGB (Red+Green+Blue) = 123+119+148=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B7794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7794 is #84886B. Grayscale: #7B7B7B. Windows color (decimal): -8685676 or 9729915. OLE color: 9729915.
HSL color Cylindrical-coordinate representation of color #7B7794: hue angle of 248.28º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B7794 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 119 | 148 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.42 |
| HSL | 248.28º | 0.12% | 0.52% | - |
| HSV(B) | 248.28º | 0.2% | 0.58% | - |
| XYZ | 20.11 | 19.54 | 30.73 | - |
| YUV | 123.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 148 | 0.17 | 0.20 | 0 | 0.42 | 248.28 | 0.12 | 0.52 |
| Hex | 7B | 77 | 94 | 11 | 14 | 0 | 2A | F8 | C | 34 |
| Octal | 173 | 167 | 224 | 21 | 24 | 0 | 52 | 370 | 14 | 64 |
| Binary | 1111011 | 1110111 | 10010100 | 10001 | 10100 | 0 | 101010 | 11111000 | 1100 | 110100 |
Color Harmonies of #7B7794
Complementary color
Monochromatic Colors of #7B7794
Black with #7B7794
Text Example
Text Example
White with #7B7794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7794; }
p { color: rgb(123,119,148); }
H1.HeaderClassName
{
color: #7B7794;
}
.AnyTagClassName
{
color: #7B7794;
}
</style>
background-color css
<style>
a { background-color: #7B7794; }
a { background-color: rgb(123,119,148); }
div.DivClassName
{
background-color: #7B7794;
}
.BgClassName
{
background-color: #7B7794;
}
</style>
border-color css
<style>
span { border-color: #7B7794; }
span { border-color: rgb(123,119,148); }
td.TdClassName
{
border-color: #7B7794;
}
.TagClassName
{
border-color: #7B7794;
}
</style>