Shades of Deluge #7B6AB6
Tints of Deluge #7B6AB6
RGB
CMYK
RGB Variations
Color information
#7B6AB6 (or 0x7B6AB6) is known color: Deluge. HEX triplet: 7B, 6A and B6. RGB value is (123,106,182). Sum of RGB (Red+Green+Blue) = 123+106+182=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B6AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6AB6 is #849549. Grayscale: #777777. Windows color (decimal): -8688970 or 11954811. OLE color: 11954811.
HSL color Cylindrical-coordinate representation of color #7B6AB6: hue angle of 253.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6AB6 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 106 | 182 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.29 |
| HSL | 253.42º | 0.34% | 0.56% | - |
| HSV(B) | 253.42º | 0.42% | 0.71% | - |
| XYZ | 21.77 | 17.9 | 46.56 | - |
| YUV | 119.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 182 | 0.32 | 0.42 | 0 | 0.29 | 253.42 | 0.34 | 0.56 |
| Hex | 7B | 6A | B6 | 20 | 2A | 0 | 1D | FD | 22 | 38 |
| Octal | 173 | 152 | 266 | 40 | 52 | 0 | 35 | 375 | 42 | 70 |
| Binary | 1111011 | 1101010 | 10110110 | 100000 | 101010 | 0 | 11101 | 11111101 | 100010 | 111000 |
Color Harmonies of #7B6AB6
Complementary color
Monochromatic Colors of #7B6AB6
Black with #7B6AB6
Text Example
Text Example
White with #7B6AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6AB6; }
p { color: rgb(123,106,182); }
H1.HeaderClassName
{
color: #7B6AB6;
}
.AnyTagClassName
{
color: #7B6AB6;
}
</style>
background-color css
<style>
a { background-color: #7B6AB6; }
a { background-color: rgb(123,106,182); }
div.DivClassName
{
background-color: #7B6AB6;
}
.BgClassName
{
background-color: #7B6AB6;
}
</style>
border-color css
<style>
span { border-color: #7B6AB6; }
span { border-color: rgb(123,106,182); }
td.TdClassName
{
border-color: #7B6AB6;
}
.TagClassName
{
border-color: #7B6AB6;
}
</style>