Shades of Deluge #7B6E97
Tints of Deluge #7B6E97
RGB
CMYK
RGB Variations
Color information
#7B6E97 (or 0x7B6E97) is known color: Deluge. HEX triplet: 7B, 6E and 97. RGB value is (123,110,151). Sum of RGB (Red+Green+Blue) = 123+110+151=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B6E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6E97 is #849168. Grayscale: #767676. Windows color (decimal): -8687977 or 9924219. OLE color: 9924219.
HSL color Cylindrical-coordinate representation of color #7B6E97: hue angle of 259.02º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B6E97 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 110 | 151 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.41 |
| HSL | 259.02º | 0.16% | 0.51% | - |
| HSV(B) | 259.02º | 0.27% | 0.59% | - |
| XYZ | 19.33 | 17.6 | 31.66 | - |
| YUV | 118.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 151 | 0.19 | 0.27 | 0 | 0.41 | 259.02 | 0.16 | 0.51 |
| Hex | 7B | 6E | 97 | 13 | 1B | 0 | 29 | 103 | 10 | 33 |
| Octal | 173 | 156 | 227 | 23 | 33 | 0 | 51 | 403 | 20 | 63 |
| Binary | 1111011 | 1101110 | 10010111 | 10011 | 11011 | 0 | 101001 | 100000011 | 10000 | 110011 |
Color Harmonies of #7B6E97
Complementary color
Monochromatic Colors of #7B6E97
Black with #7B6E97
Text Example
Text Example
White with #7B6E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E97; }
p { color: rgb(123,110,151); }
H1.HeaderClassName
{
color: #7B6E97;
}
.AnyTagClassName
{
color: #7B6E97;
}
</style>
background-color css
<style>
a { background-color: #7B6E97; }
a { background-color: rgb(123,110,151); }
div.DivClassName
{
background-color: #7B6E97;
}
.BgClassName
{
background-color: #7B6E97;
}
</style>
border-color css
<style>
span { border-color: #7B6E97; }
span { border-color: rgb(123,110,151); }
td.TdClassName
{
border-color: #7B6E97;
}
.TagClassName
{
border-color: #7B6E97;
}
</style>