Shades of Deluge #7B629C
Tints of Deluge #7B629C
RGB
CMYK
RGB Variations
Color information
#7B629C (or 0x7B629C) is known color: Deluge. HEX triplet: 7B, 62 and 9C. RGB value is (123,98,156). Sum of RGB (Red+Green+Blue) = 123+98+156=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B629C is #849D63. Grayscale: #6F6F6F. Windows color (decimal): -8691044 or 10248827. OLE color: 10248827.
HSL color Cylindrical-coordinate representation of color #7B629C: hue angle of 265.86º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B629C is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 98 | 156 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.39 |
| HSL | 265.86º | 0.23% | 0.5% | - |
| HSV(B) | 265.86º | 0.37% | 0.61% | - |
| XYZ | 18.54 | 15.35 | 33.44 | - |
| YUV | 112.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 156 | 0.21 | 0.37 | 0 | 0.39 | 265.86 | 0.23 | 0.5 |
| Hex | 7B | 62 | 9C | 15 | 25 | 0 | 27 | 10A | 17 | 32 |
| Octal | 173 | 142 | 234 | 25 | 45 | 0 | 47 | 412 | 27 | 62 |
| Binary | 1111011 | 1100010 | 10011100 | 10101 | 100101 | 0 | 100111 | 100001010 | 10111 | 110010 |
Color Harmonies of #7B629C
Complementary color
Monochromatic Colors of #7B629C
Black with #7B629C
Text Example
Text Example
White with #7B629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B629C; }
p { color: rgb(123,98,156); }
H1.HeaderClassName
{
color: #7B629C;
}
.AnyTagClassName
{
color: #7B629C;
}
</style>
background-color css
<style>
a { background-color: #7B629C; }
a { background-color: rgb(123,98,156); }
div.DivClassName
{
background-color: #7B629C;
}
.BgClassName
{
background-color: #7B629C;
}
</style>
border-color css
<style>
span { border-color: #7B629C; }
span { border-color: rgb(123,98,156); }
td.TdClassName
{
border-color: #7B629C;
}
.TagClassName
{
border-color: #7B629C;
}
</style>