Shades of Deluge #7B6AAE
Tints of Deluge #7B6AAE
RGB
CMYK
RGB Variations
Color information
#7B6AAE (or 0x7B6AAE) is known color: Deluge. HEX triplet: 7B, 6A and AE. RGB value is (123,106,174). Sum of RGB (Red+Green+Blue) = 123+106+174=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6AAE is #849551. Grayscale: #767676. Windows color (decimal): -8688978 or 11430523. OLE color: 11430523.
HSL color Cylindrical-coordinate representation of color #7B6AAE: hue angle of 255º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B6AAE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 106 | 174 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.32 |
| HSL | 255º | 0.3% | 0.55% | - |
| HSV(B) | 255º | 0.39% | 0.68% | - |
| XYZ | 20.96 | 17.58 | 42.33 | - |
| YUV | 118.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 174 | 0.29 | 0.39 | 0 | 0.32 | 255 | 0.3 | 0.55 |
| Hex | 7B | 6A | AE | 1D | 27 | 0 | 20 | FF | 1E | 37 |
| Octal | 173 | 152 | 256 | 35 | 47 | 0 | 40 | 377 | 36 | 67 |
| Binary | 1111011 | 1101010 | 10101110 | 11101 | 100111 | 0 | 100000 | 11111111 | 11110 | 110111 |
Color Harmonies of #7B6AAE
Complementary color
Monochromatic Colors of #7B6AAE
Black with #7B6AAE
Text Example
Text Example
White with #7B6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6AAE; }
p { color: rgb(123,106,174); }
H1.HeaderClassName
{
color: #7B6AAE;
}
.AnyTagClassName
{
color: #7B6AAE;
}
</style>
background-color css
<style>
a { background-color: #7B6AAE; }
a { background-color: rgb(123,106,174); }
div.DivClassName
{
background-color: #7B6AAE;
}
.BgClassName
{
background-color: #7B6AAE;
}
</style>
border-color css
<style>
span { border-color: #7B6AAE; }
span { border-color: rgb(123,106,174); }
td.TdClassName
{
border-color: #7B6AAE;
}
.TagClassName
{
border-color: #7B6AAE;
}
</style>