Shades of Deluge #7B689F
Tints of Deluge #7B689F
RGB
CMYK
RGB Variations
Color information
#7B689F (or 0x7B689F) is known color: Deluge. HEX triplet: 7B, 68 and 9F. RGB value is (123,104,159). Sum of RGB (Red+Green+Blue) = 123+104+159=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B689F is #849760. Grayscale: #737373. Windows color (decimal): -8689505 or 10446971. OLE color: 10446971.
HSL color Cylindrical-coordinate representation of color #7B689F: hue angle of 260.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B689F is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 104 | 159 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.38 |
| HSL | 260.73º | 0.22% | 0.52% | - |
| HSV(B) | 260.73º | 0.35% | 0.62% | - |
| XYZ | 19.38 | 16.61 | 34.99 | - |
| YUV | 115.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 159 | 0.23 | 0.35 | 0 | 0.38 | 260.73 | 0.22 | 0.52 |
| Hex | 7B | 68 | 9F | 17 | 23 | 0 | 26 | 105 | 16 | 34 |
| Octal | 173 | 150 | 237 | 27 | 43 | 0 | 46 | 405 | 26 | 64 |
| Binary | 1111011 | 1101000 | 10011111 | 10111 | 100011 | 0 | 100110 | 100000101 | 10110 | 110100 |
Color Harmonies of #7B689F
Complementary color
Monochromatic Colors of #7B689F
Black with #7B689F
Text Example
Text Example
White with #7B689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B689F; }
p { color: rgb(123,104,159); }
H1.HeaderClassName
{
color: #7B689F;
}
.AnyTagClassName
{
color: #7B689F;
}
</style>
background-color css
<style>
a { background-color: #7B689F; }
a { background-color: rgb(123,104,159); }
div.DivClassName
{
background-color: #7B689F;
}
.BgClassName
{
background-color: #7B689F;
}
</style>
border-color css
<style>
span { border-color: #7B689F; }
span { border-color: rgb(123,104,159); }
td.TdClassName
{
border-color: #7B689F;
}
.TagClassName
{
border-color: #7B689F;
}
</style>