Shades of Deluge #7B6996
Tints of Deluge #7B6996
RGB
CMYK
RGB Variations
Color information
#7B6996 (or 0x7B6996) is known color: Deluge. HEX triplet: 7B, 69 and 96. RGB value is (123,105,150). Sum of RGB (Red+Green+Blue) = 123+105+150=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B6996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6996 is #849669. Grayscale: #737373. Windows color (decimal): -8689258 or 9857403. OLE color: 9857403.
HSL color Cylindrical-coordinate representation of color #7B6996: hue angle of 264º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6996 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 105 | 150 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.41 |
| HSL | 264º | 0.18% | 0.5% | - |
| HSV(B) | 264º | 0.3% | 0.59% | - |
| XYZ | 18.72 | 16.52 | 31.06 | - |
| YUV | 115.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 150 | 0.18 | 0.30 | 0 | 0.41 | 264 | 0.18 | 0.5 |
| Hex | 7B | 69 | 96 | 12 | 1E | 0 | 29 | 108 | 12 | 32 |
| Octal | 173 | 151 | 226 | 22 | 36 | 0 | 51 | 410 | 22 | 62 |
| Binary | 1111011 | 1101001 | 10010110 | 10010 | 11110 | 0 | 101001 | 100001000 | 10010 | 110010 |
Color Harmonies of #7B6996
Complementary color
Monochromatic Colors of #7B6996
Black with #7B6996
Text Example
Text Example
White with #7B6996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6996; }
p { color: rgb(123,105,150); }
H1.HeaderClassName
{
color: #7B6996;
}
.AnyTagClassName
{
color: #7B6996;
}
</style>
background-color css
<style>
a { background-color: #7B6996; }
a { background-color: rgb(123,105,150); }
div.DivClassName
{
background-color: #7B6996;
}
.BgClassName
{
background-color: #7B6996;
}
</style>
border-color css
<style>
span { border-color: #7B6996; }
span { border-color: rgb(123,105,150); }
td.TdClassName
{
border-color: #7B6996;
}
.TagClassName
{
border-color: #7B6996;
}
</style>