Shades of Deluge #7B729B
Tints of Deluge #7B729B
RGB
CMYK
RGB Variations
Color information
#7B729B (or 0x7B729B) is known color: Deluge. HEX triplet: 7B, 72 and 9B. RGB value is (123,114,155). Sum of RGB (Red+Green+Blue) = 123+114+155=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B729B is #848D64. Grayscale: #797979. Windows color (decimal): -8686949 or 10187387. OLE color: 10187387.
HSL color Cylindrical-coordinate representation of color #7B729B: hue angle of 253.17º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B729B is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 114 | 155 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.39 |
| HSL | 253.17º | 0.17% | 0.53% | - |
| HSV(B) | 253.17º | 0.26% | 0.61% | - |
| XYZ | 20.1 | 18.61 | 33.54 | - |
| YUV | 121.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 155 | 0.21 | 0.26 | 0 | 0.39 | 253.17 | 0.17 | 0.53 |
| Hex | 7B | 72 | 9B | 15 | 1A | 0 | 27 | FD | 11 | 35 |
| Octal | 173 | 162 | 233 | 25 | 32 | 0 | 47 | 375 | 21 | 65 |
| Binary | 1111011 | 1110010 | 10011011 | 10101 | 11010 | 0 | 100111 | 11111101 | 10001 | 110101 |
Color Harmonies of #7B729B
Complementary color
Monochromatic Colors of #7B729B
Black with #7B729B
Text Example
Text Example
White with #7B729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B729B; }
p { color: rgb(123,114,155); }
H1.HeaderClassName
{
color: #7B729B;
}
.AnyTagClassName
{
color: #7B729B;
}
</style>
background-color css
<style>
a { background-color: #7B729B; }
a { background-color: rgb(123,114,155); }
div.DivClassName
{
background-color: #7B729B;
}
.BgClassName
{
background-color: #7B729B;
}
</style>
border-color css
<style>
span { border-color: #7B729B; }
span { border-color: rgb(123,114,155); }
td.TdClassName
{
border-color: #7B729B;
}
.TagClassName
{
border-color: #7B729B;
}
</style>