Shades of Deluge #7B639A
Tints of Deluge #7B639A
RGB
CMYK
RGB Variations
Color information
#7B639A (or 0x7B639A) is known color: Deluge. HEX triplet: 7B, 63 and 9A. RGB value is (123,99,154). Sum of RGB (Red+Green+Blue) = 123+99+154=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B639A is #849C65. Grayscale: #707070. Windows color (decimal): -8690790 or 10118011. OLE color: 10118011.
HSL color Cylindrical-coordinate representation of color #7B639A: hue angle of 266.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B639A is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 99 | 154 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.40 |
| HSL | 266.18º | 0.22% | 0.5% | - |
| HSV(B) | 266.18º | 0.36% | 0.6% | - |
| XYZ | 18.46 | 15.47 | 32.58 | - |
| YUV | 112.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 154 | 0.20 | 0.36 | 0 | 0.40 | 266.18 | 0.22 | 0.5 |
| Hex | 7B | 63 | 9A | 14 | 24 | 0 | 28 | 10A | 16 | 32 |
| Octal | 173 | 143 | 232 | 24 | 44 | 0 | 50 | 412 | 26 | 62 |
| Binary | 1111011 | 1100011 | 10011010 | 10100 | 100100 | 0 | 101000 | 100001010 | 10110 | 110010 |
Color Harmonies of #7B639A
Complementary color
Monochromatic Colors of #7B639A
Black with #7B639A
Text Example
Text Example
White with #7B639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B639A; }
p { color: rgb(123,99,154); }
H1.HeaderClassName
{
color: #7B639A;
}
.AnyTagClassName
{
color: #7B639A;
}
</style>
background-color css
<style>
a { background-color: #7B639A; }
a { background-color: rgb(123,99,154); }
div.DivClassName
{
background-color: #7B639A;
}
.BgClassName
{
background-color: #7B639A;
}
</style>
border-color css
<style>
span { border-color: #7B639A; }
span { border-color: rgb(123,99,154); }
td.TdClassName
{
border-color: #7B639A;
}
.TagClassName
{
border-color: #7B639A;
}
</style>