Shades of Deluge #7B6CAE
Tints of Deluge #7B6CAE
RGB
CMYK
RGB Variations
Color information
#7B6CAE (or 0x7B6CAE) is known color: Deluge. HEX triplet: 7B, 6C and AE. RGB value is (123,108,174). Sum of RGB (Red+Green+Blue) = 123+108+174=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6CAE is #849351. Grayscale: #777777. Windows color (decimal): -8688466 or 11431035. OLE color: 11431035.
HSL color Cylindrical-coordinate representation of color #7B6CAE: hue angle of 253.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B6CAE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 108 | 174 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.32 |
| HSL | 253.64º | 0.29% | 0.55% | - |
| HSV(B) | 253.64º | 0.38% | 0.68% | - |
| XYZ | 21.17 | 17.99 | 42.4 | - |
| YUV | 120.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 174 | 0.29 | 0.38 | 0 | 0.32 | 253.64 | 0.29 | 0.55 |
| Hex | 7B | 6C | AE | 1D | 26 | 0 | 20 | FE | 1D | 37 |
| Octal | 173 | 154 | 256 | 35 | 46 | 0 | 40 | 376 | 35 | 67 |
| Binary | 1111011 | 1101100 | 10101110 | 11101 | 100110 | 0 | 100000 | 11111110 | 11101 | 110111 |
Color Harmonies of #7B6CAE
Complementary color
Monochromatic Colors of #7B6CAE
Black with #7B6CAE
Text Example
Text Example
White with #7B6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CAE; }
p { color: rgb(123,108,174); }
H1.HeaderClassName
{
color: #7B6CAE;
}
.AnyTagClassName
{
color: #7B6CAE;
}
</style>
background-color css
<style>
a { background-color: #7B6CAE; }
a { background-color: rgb(123,108,174); }
div.DivClassName
{
background-color: #7B6CAE;
}
.BgClassName
{
background-color: #7B6CAE;
}
</style>
border-color css
<style>
span { border-color: #7B6CAE; }
span { border-color: rgb(123,108,174); }
td.TdClassName
{
border-color: #7B6CAE;
}
.TagClassName
{
border-color: #7B6CAE;
}
</style>