Shades of Deluge #7B659E
Tints of Deluge #7B659E
RGB
CMYK
RGB Variations
Color information
#7B659E (or 0x7B659E) is known color: Deluge. HEX triplet: 7B, 65 and 9E. RGB value is (123,101,158). Sum of RGB (Red+Green+Blue) = 123+101+158=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B659E is #849A61. Grayscale: #717171. Windows color (decimal): -8690274 or 10380667. OLE color: 10380667.
HSL color Cylindrical-coordinate representation of color #7B659E: hue angle of 263.16º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B659E is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 101 | 158 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.38 |
| HSL | 263.16º | 0.23% | 0.51% | - |
| HSV(B) | 263.16º | 0.36% | 0.62% | - |
| XYZ | 18.99 | 15.99 | 34.43 | - |
| YUV | 114.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 158 | 0.22 | 0.36 | 0 | 0.38 | 263.16 | 0.23 | 0.51 |
| Hex | 7B | 65 | 9E | 16 | 24 | 0 | 26 | 107 | 17 | 33 |
| Octal | 173 | 145 | 236 | 26 | 44 | 0 | 46 | 407 | 27 | 63 |
| Binary | 1111011 | 1100101 | 10011110 | 10110 | 100100 | 0 | 100110 | 100000111 | 10111 | 110011 |
Color Harmonies of #7B659E
Complementary color
Monochromatic Colors of #7B659E
Black with #7B659E
Text Example
Text Example
White with #7B659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B659E; }
p { color: rgb(123,101,158); }
H1.HeaderClassName
{
color: #7B659E;
}
.AnyTagClassName
{
color: #7B659E;
}
</style>
background-color css
<style>
a { background-color: #7B659E; }
a { background-color: rgb(123,101,158); }
div.DivClassName
{
background-color: #7B659E;
}
.BgClassName
{
background-color: #7B659E;
}
</style>
border-color css
<style>
span { border-color: #7B659E; }
span { border-color: rgb(123,101,158); }
td.TdClassName
{
border-color: #7B659E;
}
.TagClassName
{
border-color: #7B659E;
}
</style>