Shades of Deluge #7B7396
Tints of Deluge #7B7396
RGB
CMYK
RGB Variations
Color information
#7B7396 (or 0x7B7396) is known color: Deluge. HEX triplet: 7B, 73 and 96. RGB value is (123,115,150). Sum of RGB (Red+Green+Blue) = 123+115+150=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B7396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7396 is #848C69. Grayscale: #797979. Windows color (decimal): -8686698 or 9859963. OLE color: 9859963.
HSL color Cylindrical-coordinate representation of color #7B7396: hue angle of 253.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B7396 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 115 | 150 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.41 |
| HSL | 253.71º | 0.14% | 0.52% | - |
| HSV(B) | 253.71º | 0.23% | 0.59% | - |
| XYZ | 19.8 | 18.67 | 31.41 | - |
| YUV | 121.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 150 | 0.18 | 0.23 | 0 | 0.41 | 253.71 | 0.14 | 0.52 |
| Hex | 7B | 73 | 96 | 12 | 17 | 0 | 29 | FE | E | 34 |
| Octal | 173 | 163 | 226 | 22 | 27 | 0 | 51 | 376 | 16 | 64 |
| Binary | 1111011 | 1110011 | 10010110 | 10010 | 10111 | 0 | 101001 | 11111110 | 1110 | 110100 |
Color Harmonies of #7B7396
Complementary color
Monochromatic Colors of #7B7396
Black with #7B7396
Text Example
Text Example
White with #7B7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7396; }
p { color: rgb(123,115,150); }
H1.HeaderClassName
{
color: #7B7396;
}
.AnyTagClassName
{
color: #7B7396;
}
</style>
background-color css
<style>
a { background-color: #7B7396; }
a { background-color: rgb(123,115,150); }
div.DivClassName
{
background-color: #7B7396;
}
.BgClassName
{
background-color: #7B7396;
}
</style>
border-color css
<style>
span { border-color: #7B7396; }
span { border-color: rgb(123,115,150); }
td.TdClassName
{
border-color: #7B7396;
}
.TagClassName
{
border-color: #7B7396;
}
</style>