Shades of Deluge #7B6CB6
Tints of Deluge #7B6CB6
RGB
CMYK
RGB Variations
Color information
#7B6CB6 (or 0x7B6CB6) is known color: Deluge. HEX triplet: 7B, 6C and B6. RGB value is (123,108,182). Sum of RGB (Red+Green+Blue) = 123+108+182=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B6CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CB6 is #849349. Grayscale: #787878. Windows color (decimal): -8688458 or 11955323. OLE color: 11955323.
HSL color Cylindrical-coordinate representation of color #7B6CB6: hue angle of 252.16º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B6CB6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 108 | 182 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.29 |
| HSL | 252.16º | 0.34% | 0.57% | - |
| HSV(B) | 252.16º | 0.41% | 0.71% | - |
| XYZ | 21.97 | 18.31 | 46.63 | - |
| YUV | 120.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 182 | 0.32 | 0.41 | 0 | 0.29 | 252.16 | 0.34 | 0.57 |
| Hex | 7B | 6C | B6 | 20 | 29 | 0 | 1D | FC | 22 | 39 |
| Octal | 173 | 154 | 266 | 40 | 51 | 0 | 35 | 374 | 42 | 71 |
| Binary | 1111011 | 1101100 | 10110110 | 100000 | 101001 | 0 | 11101 | 11111100 | 100010 | 111001 |
Color Harmonies of #7B6CB6
Complementary color
Monochromatic Colors of #7B6CB6
Black with #7B6CB6
Text Example
Text Example
White with #7B6CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CB6; }
p { color: rgb(123,108,182); }
H1.HeaderClassName
{
color: #7B6CB6;
}
.AnyTagClassName
{
color: #7B6CB6;
}
</style>
background-color css
<style>
a { background-color: #7B6CB6; }
a { background-color: rgb(123,108,182); }
div.DivClassName
{
background-color: #7B6CB6;
}
.BgClassName
{
background-color: #7B6CB6;
}
</style>
border-color css
<style>
span { border-color: #7B6CB6; }
span { border-color: rgb(123,108,182); }
td.TdClassName
{
border-color: #7B6CB6;
}
.TagClassName
{
border-color: #7B6CB6;
}
</style>