Shades of Deluge #7B7398
Tints of Deluge #7B7398
RGB
CMYK
RGB Variations
Color information
#7B7398 (or 0x7B7398) is known color: Deluge. HEX triplet: 7B, 73 and 98. RGB value is (123,115,152). Sum of RGB (Red+Green+Blue) = 123+115+152=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7398 is #848C67. Grayscale: #797979. Windows color (decimal): -8686696 or 9991035. OLE color: 9991035.
HSL color Cylindrical-coordinate representation of color #7B7398: hue angle of 252.97º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B7398 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 115 | 152 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.40 |
| HSL | 252.97º | 0.15% | 0.52% | - |
| HSV(B) | 252.97º | 0.24% | 0.6% | - |
| XYZ | 19.97 | 18.74 | 32.27 | - |
| YUV | 121.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 152 | 0.19 | 0.24 | 0 | 0.40 | 252.97 | 0.15 | 0.52 |
| Hex | 7B | 73 | 98 | 13 | 18 | 0 | 28 | FD | F | 34 |
| Octal | 173 | 163 | 230 | 23 | 30 | 0 | 50 | 375 | 17 | 64 |
| Binary | 1111011 | 1110011 | 10011000 | 10011 | 11000 | 0 | 101000 | 11111101 | 1111 | 110100 |
Color Harmonies of #7B7398
Complementary color
Monochromatic Colors of #7B7398
Black with #7B7398
Text Example
Text Example
White with #7B7398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7398; }
p { color: rgb(123,115,152); }
H1.HeaderClassName
{
color: #7B7398;
}
.AnyTagClassName
{
color: #7B7398;
}
</style>
background-color css
<style>
a { background-color: #7B7398; }
a { background-color: rgb(123,115,152); }
div.DivClassName
{
background-color: #7B7398;
}
.BgClassName
{
background-color: #7B7398;
}
</style>
border-color css
<style>
span { border-color: #7B7398; }
span { border-color: rgb(123,115,152); }
td.TdClassName
{
border-color: #7B7398;
}
.TagClassName
{
border-color: #7B7398;
}
</style>