Shades of Deluge #7B639D
Tints of Deluge #7B639D
RGB
CMYK
RGB Variations
Color information
#7B639D (or 0x7B639D) is known color: Deluge. HEX triplet: 7B, 63 and 9D. RGB value is (123,99,157). Sum of RGB (Red+Green+Blue) = 123+99+157=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B639D is #849C62. Grayscale: #707070. Windows color (decimal): -8690787 or 10314619. OLE color: 10314619.
HSL color Cylindrical-coordinate representation of color #7B639D: hue angle of 264.83º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B639D is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 99 | 157 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.38 |
| HSL | 264.83º | 0.23% | 0.5% | - |
| HSV(B) | 264.83º | 0.37% | 0.62% | - |
| XYZ | 18.72 | 15.57 | 33.92 | - |
| YUV | 112.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 157 | 0.22 | 0.37 | 0 | 0.38 | 264.83 | 0.23 | 0.5 |
| Hex | 7B | 63 | 9D | 16 | 25 | 0 | 26 | 109 | 17 | 32 |
| Octal | 173 | 143 | 235 | 26 | 45 | 0 | 46 | 411 | 27 | 62 |
| Binary | 1111011 | 1100011 | 10011101 | 10110 | 100101 | 0 | 100110 | 100001001 | 10111 | 110010 |
Color Harmonies of #7B639D
Complementary color
Monochromatic Colors of #7B639D
Black with #7B639D
Text Example
Text Example
White with #7B639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B639D; }
p { color: rgb(123,99,157); }
H1.HeaderClassName
{
color: #7B639D;
}
.AnyTagClassName
{
color: #7B639D;
}
</style>
background-color css
<style>
a { background-color: #7B639D; }
a { background-color: rgb(123,99,157); }
div.DivClassName
{
background-color: #7B639D;
}
.BgClassName
{
background-color: #7B639D;
}
</style>
border-color css
<style>
span { border-color: #7B639D; }
span { border-color: rgb(123,99,157); }
td.TdClassName
{
border-color: #7B639D;
}
.TagClassName
{
border-color: #7B639D;
}
</style>