Shades of Deluge #7B6E98
Tints of Deluge #7B6E98
RGB
CMYK
RGB Variations
Color information
#7B6E98 (or 0x7B6E98) is known color: Deluge. HEX triplet: 7B, 6E and 98. RGB value is (123,110,152). Sum of RGB (Red+Green+Blue) = 123+110+152=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B6E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6E98 is #849167. Grayscale: #767676. Windows color (decimal): -8687976 or 9989755. OLE color: 9989755.
HSL color Cylindrical-coordinate representation of color #7B6E98: hue angle of 258.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6E98 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 110 | 152 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.40 |
| HSL | 258.57º | 0.17% | 0.51% | - |
| HSV(B) | 258.57º | 0.28% | 0.6% | - |
| XYZ | 19.41 | 17.63 | 32.09 | - |
| YUV | 118.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 152 | 0.19 | 0.28 | 0 | 0.40 | 258.57 | 0.17 | 0.51 |
| Hex | 7B | 6E | 98 | 13 | 1C | 0 | 28 | 103 | 11 | 33 |
| Octal | 173 | 156 | 230 | 23 | 34 | 0 | 50 | 403 | 21 | 63 |
| Binary | 1111011 | 1101110 | 10011000 | 10011 | 11100 | 0 | 101000 | 100000011 | 10001 | 110011 |
Color Harmonies of #7B6E98
Complementary color
Monochromatic Colors of #7B6E98
Black with #7B6E98
Text Example
Text Example
White with #7B6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E98; }
p { color: rgb(123,110,152); }
H1.HeaderClassName
{
color: #7B6E98;
}
.AnyTagClassName
{
color: #7B6E98;
}
</style>
background-color css
<style>
a { background-color: #7B6E98; }
a { background-color: rgb(123,110,152); }
div.DivClassName
{
background-color: #7B6E98;
}
.BgClassName
{
background-color: #7B6E98;
}
</style>
border-color css
<style>
span { border-color: #7B6E98; }
span { border-color: rgb(123,110,152); }
td.TdClassName
{
border-color: #7B6E98;
}
.TagClassName
{
border-color: #7B6E98;
}
</style>