Shades of Deluge #7B7895
Tints of Deluge #7B7895
RGB
CMYK
RGB Variations
Color information
#7B7895 (or 0x7B7895) is known color: Deluge. HEX triplet: 7B, 78 and 95. RGB value is (123,120,149). Sum of RGB (Red+Green+Blue) = 123+120+149=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B7895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7895 is #84876A. Grayscale: #7C7C7C. Windows color (decimal): -8685419 or 9795707. OLE color: 9795707.
HSL color Cylindrical-coordinate representation of color #7B7895: hue angle of 246.21º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7895 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 120 | 149 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.42 |
| HSL | 246.21º | 0.12% | 0.53% | - |
| HSV(B) | 246.21º | 0.19% | 0.58% | - |
| XYZ | 20.31 | 19.81 | 31.19 | - |
| YUV | 124.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 149 | 0.17 | 0.19 | 0 | 0.42 | 246.21 | 0.12 | 0.53 |
| Hex | 7B | 78 | 95 | 11 | 13 | 0 | 2A | F6 | C | 35 |
| Octal | 173 | 170 | 225 | 21 | 23 | 0 | 52 | 366 | 14 | 65 |
| Binary | 1111011 | 1111000 | 10010101 | 10001 | 10011 | 0 | 101010 | 11110110 | 1100 | 110101 |
Color Harmonies of #7B7895
Complementary color
Monochromatic Colors of #7B7895
Black with #7B7895
Text Example
Text Example
White with #7B7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7895; }
p { color: rgb(123,120,149); }
H1.HeaderClassName
{
color: #7B7895;
}
.AnyTagClassName
{
color: #7B7895;
}
</style>
background-color css
<style>
a { background-color: #7B7895; }
a { background-color: rgb(123,120,149); }
div.DivClassName
{
background-color: #7B7895;
}
.BgClassName
{
background-color: #7B7895;
}
</style>
border-color css
<style>
span { border-color: #7B7895; }
span { border-color: rgb(123,120,149); }
td.TdClassName
{
border-color: #7B7895;
}
.TagClassName
{
border-color: #7B7895;
}
</style>