Shades of Deluge #7B7095
Tints of Deluge #7B7095
RGB
CMYK
RGB Variations
Color information
#7B7095 (or 0x7B7095) is known color: Deluge. HEX triplet: 7B, 70 and 95. RGB value is (123,112,149). Sum of RGB (Red+Green+Blue) = 123+112+149=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B7095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7095 is #848F6A. Grayscale: #777777. Windows color (decimal): -8687467 or 9793659. OLE color: 9793659.
HSL color Cylindrical-coordinate representation of color #7B7095: hue angle of 257.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B7095 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 112 | 149 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.42 |
| HSL | 257.84º | 0.15% | 0.51% | - |
| HSV(B) | 257.84º | 0.25% | 0.58% | - |
| XYZ | 19.39 | 17.97 | 30.88 | - |
| YUV | 119.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 149 | 0.17 | 0.25 | 0 | 0.42 | 257.84 | 0.15 | 0.51 |
| Hex | 7B | 70 | 95 | 11 | 19 | 0 | 2A | 102 | F | 33 |
| Octal | 173 | 160 | 225 | 21 | 31 | 0 | 52 | 402 | 17 | 63 |
| Binary | 1111011 | 1110000 | 10010101 | 10001 | 11001 | 0 | 101010 | 100000010 | 1111 | 110011 |
Color Harmonies of #7B7095
Complementary color
Monochromatic Colors of #7B7095
Black with #7B7095
Text Example
Text Example
White with #7B7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7095; }
p { color: rgb(123,112,149); }
H1.HeaderClassName
{
color: #7B7095;
}
.AnyTagClassName
{
color: #7B7095;
}
</style>
background-color css
<style>
a { background-color: #7B7095; }
a { background-color: rgb(123,112,149); }
div.DivClassName
{
background-color: #7B7095;
}
.BgClassName
{
background-color: #7B7095;
}
</style>
border-color css
<style>
span { border-color: #7B7095; }
span { border-color: rgb(123,112,149); }
td.TdClassName
{
border-color: #7B7095;
}
.TagClassName
{
border-color: #7B7095;
}
</style>