Shades of Deluge #7B6DAA
Tints of Deluge #7B6DAA
RGB
CMYK
RGB Variations
Color information
#7B6DAA (or 0x7B6DAA) is known color: Deluge. HEX triplet: 7B, 6D and AA. RGB value is (123,109,170). Sum of RGB (Red+Green+Blue) = 123+109+170=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6DAA is #849255. Grayscale: #777777. Windows color (decimal): -8688214 or 11169147. OLE color: 11169147.
HSL color Cylindrical-coordinate representation of color #7B6DAA: hue angle of 253.77º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B6DAA is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 109 | 170 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.33 |
| HSL | 253.77º | 0.26% | 0.55% | - |
| HSV(B) | 253.77º | 0.36% | 0.67% | - |
| XYZ | 20.89 | 18.05 | 40.41 | - |
| YUV | 120.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 170 | 0.28 | 0.36 | 0 | 0.33 | 253.77 | 0.26 | 0.55 |
| Hex | 7B | 6D | AA | 1C | 24 | 0 | 21 | FE | 1A | 37 |
| Octal | 173 | 155 | 252 | 34 | 44 | 0 | 41 | 376 | 32 | 67 |
| Binary | 1111011 | 1101101 | 10101010 | 11100 | 100100 | 0 | 100001 | 11111110 | 11010 | 110111 |
Color Harmonies of #7B6DAA
Complementary color
Monochromatic Colors of #7B6DAA
Black with #7B6DAA
Text Example
Text Example
White with #7B6DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DAA; }
p { color: rgb(123,109,170); }
H1.HeaderClassName
{
color: #7B6DAA;
}
.AnyTagClassName
{
color: #7B6DAA;
}
</style>
background-color css
<style>
a { background-color: #7B6DAA; }
a { background-color: rgb(123,109,170); }
div.DivClassName
{
background-color: #7B6DAA;
}
.BgClassName
{
background-color: #7B6DAA;
}
</style>
border-color css
<style>
span { border-color: #7B6DAA; }
span { border-color: rgb(123,109,170); }
td.TdClassName
{
border-color: #7B6DAA;
}
.TagClassName
{
border-color: #7B6DAA;
}
</style>