Shades of Deluge #7B6FA0
Tints of Deluge #7B6FA0
RGB
CMYK
RGB Variations
Color information
#7B6FA0 (or 0x7B6FA0) is known color: Deluge. HEX triplet: 7B, 6F and A0. RGB value is (123,111,160). Sum of RGB (Red+Green+Blue) = 123+111+160=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B6FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6FA0 is #84905F. Grayscale: #777777. Windows color (decimal): -8687712 or 10514299. OLE color: 10514299.
HSL color Cylindrical-coordinate representation of color #7B6FA0: hue angle of 254.69º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B6FA0 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 111 | 160 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.37 |
| HSL | 254.69º | 0.21% | 0.53% | - |
| HSV(B) | 254.69º | 0.31% | 0.63% | - |
| XYZ | 20.2 | 18.12 | 35.69 | - |
| YUV | 120.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 160 | 0.23 | 0.31 | 0 | 0.37 | 254.69 | 0.21 | 0.53 |
| Hex | 7B | 6F | A0 | 17 | 1F | 0 | 25 | FF | 15 | 35 |
| Octal | 173 | 157 | 240 | 27 | 37 | 0 | 45 | 377 | 25 | 65 |
| Binary | 1111011 | 1101111 | 10100000 | 10111 | 11111 | 0 | 100101 | 11111111 | 10101 | 110101 |
Color Harmonies of #7B6FA0
Complementary color
Monochromatic Colors of #7B6FA0
Black with #7B6FA0
Text Example
Text Example
White with #7B6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6FA0; }
p { color: rgb(123,111,160); }
H1.HeaderClassName
{
color: #7B6FA0;
}
.AnyTagClassName
{
color: #7B6FA0;
}
</style>
background-color css
<style>
a { background-color: #7B6FA0; }
a { background-color: rgb(123,111,160); }
div.DivClassName
{
background-color: #7B6FA0;
}
.BgClassName
{
background-color: #7B6FA0;
}
</style>
border-color css
<style>
span { border-color: #7B6FA0; }
span { border-color: rgb(123,111,160); }
td.TdClassName
{
border-color: #7B6FA0;
}
.TagClassName
{
border-color: #7B6FA0;
}
</style>