Shades of Deluge #7B6CAC
Tints of Deluge #7B6CAC
RGB
CMYK
RGB Variations
Color information
#7B6CAC (or 0x7B6CAC) is known color: Deluge. HEX triplet: 7B, 6C and AC. RGB value is (123,108,172). Sum of RGB (Red+Green+Blue) = 123+108+172=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6CAC is #849353. Grayscale: #777777. Windows color (decimal): -8688468 or 11299963. OLE color: 11299963.
HSL color Cylindrical-coordinate representation of color #7B6CAC: hue angle of 254.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B6CAC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 108 | 172 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.33 |
| HSL | 254.06º | 0.28% | 0.55% | - |
| HSV(B) | 254.06º | 0.37% | 0.67% | - |
| XYZ | 20.98 | 17.91 | 41.38 | - |
| YUV | 119.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 172 | 0.28 | 0.37 | 0 | 0.33 | 254.06 | 0.28 | 0.55 |
| Hex | 7B | 6C | AC | 1C | 25 | 0 | 21 | FE | 1C | 37 |
| Octal | 173 | 154 | 254 | 34 | 45 | 0 | 41 | 376 | 34 | 67 |
| Binary | 1111011 | 1101100 | 10101100 | 11100 | 100101 | 0 | 100001 | 11111110 | 11100 | 110111 |
Color Harmonies of #7B6CAC
Complementary color
Monochromatic Colors of #7B6CAC
Black with #7B6CAC
Text Example
Text Example
White with #7B6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CAC; }
p { color: rgb(123,108,172); }
H1.HeaderClassName
{
color: #7B6CAC;
}
.AnyTagClassName
{
color: #7B6CAC;
}
</style>
background-color css
<style>
a { background-color: #7B6CAC; }
a { background-color: rgb(123,108,172); }
div.DivClassName
{
background-color: #7B6CAC;
}
.BgClassName
{
background-color: #7B6CAC;
}
</style>
border-color css
<style>
span { border-color: #7B6CAC; }
span { border-color: rgb(123,108,172); }
td.TdClassName
{
border-color: #7B6CAC;
}
.TagClassName
{
border-color: #7B6CAC;
}
</style>