Shades of Deluge #7B7298
Tints of Deluge #7B7298
RGB
CMYK
RGB Variations
Color information
#7B7298 (or 0x7B7298) is known color: Deluge. HEX triplet: 7B, 72 and 98. RGB value is (123,114,152). Sum of RGB (Red+Green+Blue) = 123+114+152=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B7298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7298 is #848D67. Grayscale: #787878. Windows color (decimal): -8686952 or 9990779. OLE color: 9990779.
HSL color Cylindrical-coordinate representation of color #7B7298: hue angle of 254.21º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B7298 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 114 | 152 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.40 |
| HSL | 254.21º | 0.16% | 0.52% | - |
| HSV(B) | 254.21º | 0.25% | 0.6% | - |
| XYZ | 19.85 | 18.51 | 32.23 | - |
| YUV | 121.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 152 | 0.19 | 0.25 | 0 | 0.40 | 254.21 | 0.16 | 0.52 |
| Hex | 7B | 72 | 98 | 13 | 19 | 0 | 28 | FE | 10 | 34 |
| Octal | 173 | 162 | 230 | 23 | 31 | 0 | 50 | 376 | 20 | 64 |
| Binary | 1111011 | 1110010 | 10011000 | 10011 | 11001 | 0 | 101000 | 11111110 | 10000 | 110100 |
Color Harmonies of #7B7298
Complementary color
Monochromatic Colors of #7B7298
Black with #7B7298
Text Example
Text Example
White with #7B7298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7298; }
p { color: rgb(123,114,152); }
H1.HeaderClassName
{
color: #7B7298;
}
.AnyTagClassName
{
color: #7B7298;
}
</style>
background-color css
<style>
a { background-color: #7B7298; }
a { background-color: rgb(123,114,152); }
div.DivClassName
{
background-color: #7B7298;
}
.BgClassName
{
background-color: #7B7298;
}
</style>
border-color css
<style>
span { border-color: #7B7298; }
span { border-color: rgb(123,114,152); }
td.TdClassName
{
border-color: #7B7298;
}
.TagClassName
{
border-color: #7B7298;
}
</style>