Shades of Deluge #7B7291
Tints of Deluge #7B7291
RGB
CMYK
RGB Variations
Color information
#7B7291 (or 0x7B7291) is known color: Deluge. HEX triplet: 7B, 72 and 91. RGB value is (123,114,145). Sum of RGB (Red+Green+Blue) = 123+114+145=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B7291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7291 is #848D6E. Grayscale: #787878. Windows color (decimal): -8686959 or 9532027. OLE color: 9532027.
HSL color Cylindrical-coordinate representation of color #7B7291: hue angle of 257.42º 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 #7B7291 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 114 | 145 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.43 |
| HSL | 257.42º | 0.12% | 0.51% | - |
| HSV(B) | 257.42º | 0.21% | 0.57% | - |
| XYZ | 19.3 | 18.29 | 29.3 | - |
| YUV | 120.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 145 | 0.15 | 0.21 | 0 | 0.43 | 257.42 | 0.12 | 0.51 |
| Hex | 7B | 72 | 91 | F | 15 | 0 | 2B | 101 | C | 33 |
| Octal | 173 | 162 | 221 | 17 | 25 | 0 | 53 | 401 | 14 | 63 |
| Binary | 1111011 | 1110010 | 10010001 | 1111 | 10101 | 0 | 101011 | 100000001 | 1100 | 110011 |
Color Harmonies of #7B7291
Complementary color
Monochromatic Colors of #7B7291
Black with #7B7291
Text Example
Text Example
White with #7B7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7291; }
p { color: rgb(123,114,145); }
H1.HeaderClassName
{
color: #7B7291;
}
.AnyTagClassName
{
color: #7B7291;
}
</style>
background-color css
<style>
a { background-color: #7B7291; }
a { background-color: rgb(123,114,145); }
div.DivClassName
{
background-color: #7B7291;
}
.BgClassName
{
background-color: #7B7291;
}
</style>
border-color css
<style>
span { border-color: #7B7291; }
span { border-color: rgb(123,114,145); }
td.TdClassName
{
border-color: #7B7291;
}
.TagClassName
{
border-color: #7B7291;
}
</style>