Shades of Affair #7A5B82
Tints of Affair #7A5B82
RGB
CMYK
RGB Variations
Color information
#7A5B82 (or 0x7A5B82) is known color: Affair. HEX triplet: 7A, 5B and 82. RGB value is (122,91,130). Sum of RGB (Red+Green+Blue) = 122+91+130=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A5B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5B82 is #85A47D. Grayscale: #686868. Windows color (decimal): -8758398 or 8543098. OLE color: 8543098.
HSL color Cylindrical-coordinate representation of color #7A5B82: hue angle of 287.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5B82 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 91 | 130 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.49 |
| HSL | 287.69º | 0.18% | 0.43% | - |
| HSV(B) | 287.69º | 0.3% | 0.51% | - |
| XYZ | 15.8 | 13.23 | 22.84 | - |
| YUV | 104.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 130 | 0.06 | 0.30 | 0 | 0.49 | 287.69 | 0.18 | 0.43 |
| Hex | 7A | 5B | 82 | 6 | 1E | 0 | 31 | 120 | 12 | 2B |
| Octal | 172 | 133 | 202 | 6 | 36 | 0 | 61 | 440 | 22 | 53 |
| Binary | 1111010 | 1011011 | 10000010 | 110 | 11110 | 0 | 110001 | 100100000 | 10010 | 101011 |
Color Harmonies of #7A5B82
Complementary color
Monochromatic Colors of #7A5B82
Black with #7A5B82
Text Example
Text Example
White with #7A5B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5B82; }
p { color: rgb(122,91,130); }
H1.HeaderClassName
{
color: #7A5B82;
}
.AnyTagClassName
{
color: #7A5B82;
}
</style>
background-color css
<style>
a { background-color: #7A5B82; }
a { background-color: rgb(122,91,130); }
div.DivClassName
{
background-color: #7A5B82;
}
.BgClassName
{
background-color: #7A5B82;
}
</style>
border-color css
<style>
span { border-color: #7A5B82; }
span { border-color: rgb(122,91,130); }
td.TdClassName
{
border-color: #7A5B82;
}
.TagClassName
{
border-color: #7A5B82;
}
</style>