Shades of Deluge #7B7793
Tints of Deluge #7B7793
RGB
CMYK
RGB Variations
Color information
#7B7793 (or 0x7B7793) is known color: Deluge. HEX triplet: 7B, 77 and 93. RGB value is (123,119,147). Sum of RGB (Red+Green+Blue) = 123+119+147=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B7793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7793 is #84886C. Grayscale: #7B7B7B. Windows color (decimal): -8685677 or 9664379. OLE color: 9664379.
HSL color Cylindrical-coordinate representation of color #7B7793: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7793 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 119 | 147 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.42 |
| HSL | 248.57º | 0.11% | 0.52% | - |
| HSV(B) | 248.57º | 0.19% | 0.58% | - |
| XYZ | 20.03 | 19.51 | 30.31 | - |
| YUV | 123.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 147 | 0.16 | 0.19 | 0 | 0.42 | 248.57 | 0.11 | 0.52 |
| Hex | 7B | 77 | 93 | 10 | 13 | 0 | 2A | F9 | B | 34 |
| Octal | 173 | 167 | 223 | 20 | 23 | 0 | 52 | 371 | 13 | 64 |
| Binary | 1111011 | 1110111 | 10010011 | 10000 | 10011 | 0 | 101010 | 11111001 | 1011 | 110100 |
Color Harmonies of #7B7793
Complementary color
Monochromatic Colors of #7B7793
Black with #7B7793
Text Example
Text Example
White with #7B7793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7793; }
p { color: rgb(123,119,147); }
H1.HeaderClassName
{
color: #7B7793;
}
.AnyTagClassName
{
color: #7B7793;
}
</style>
background-color css
<style>
a { background-color: #7B7793; }
a { background-color: rgb(123,119,147); }
div.DivClassName
{
background-color: #7B7793;
}
.BgClassName
{
background-color: #7B7793;
}
</style>
border-color css
<style>
span { border-color: #7B7793; }
span { border-color: rgb(123,119,147); }
td.TdClassName
{
border-color: #7B7793;
}
.TagClassName
{
border-color: #7B7793;
}
</style>