Shades of Deluge #7B7391
Tints of Deluge #7B7391
RGB
CMYK
RGB Variations
Color information
#7B7391 (or 0x7B7391) is known color: Deluge. HEX triplet: 7B, 73 and 91. RGB value is (123,115,145). Sum of RGB (Red+Green+Blue) = 123+115+145=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B7391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7391 is #848C6E. Grayscale: #787878. Windows color (decimal): -8686703 or 9532283. OLE color: 9532283.
HSL color Cylindrical-coordinate representation of color #7B7391: hue angle of 256º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7391 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 115 | 145 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.43 |
| HSL | 256º | 0.12% | 0.51% | - |
| HSV(B) | 256º | 0.21% | 0.57% | - |
| XYZ | 19.41 | 18.52 | 29.34 | - |
| YUV | 120.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 145 | 0.15 | 0.21 | 0 | 0.43 | 256 | 0.12 | 0.51 |
| Hex | 7B | 73 | 91 | F | 15 | 0 | 2B | 100 | C | 33 |
| Octal | 173 | 163 | 221 | 17 | 25 | 0 | 53 | 400 | 14 | 63 |
| Binary | 1111011 | 1110011 | 10010001 | 1111 | 10101 | 0 | 101011 | 100000000 | 1100 | 110011 |
Color Harmonies of #7B7391
Complementary color
Monochromatic Colors of #7B7391
Black with #7B7391
Text Example
Text Example
White with #7B7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7391; }
p { color: rgb(123,115,145); }
H1.HeaderClassName
{
color: #7B7391;
}
.AnyTagClassName
{
color: #7B7391;
}
</style>
background-color css
<style>
a { background-color: #7B7391; }
a { background-color: rgb(123,115,145); }
div.DivClassName
{
background-color: #7B7391;
}
.BgClassName
{
background-color: #7B7391;
}
</style>
border-color css
<style>
span { border-color: #7B7391; }
span { border-color: rgb(123,115,145); }
td.TdClassName
{
border-color: #7B7391;
}
.TagClassName
{
border-color: #7B7391;
}
</style>