Shades of Affair #7B558A
Tints of Affair #7B558A
RGB
CMYK
RGB Variations
Color information
#7B558A (or 0x7B558A) is known color: Affair. HEX triplet: 7B, 55 and 8A. RGB value is (123,85,138). Sum of RGB (Red+Green+Blue) = 123+85+138=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B558A is #84AA75. Grayscale: #666666. Windows color (decimal): -8694390 or 9065851. OLE color: 9065851.
HSL color Cylindrical-coordinate representation of color #7B558A: hue angle of 283.02º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B558A is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 85 | 138 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.46 |
| HSL | 283.02º | 0.24% | 0.44% | - |
| HSV(B) | 283.02º | 0.38% | 0.54% | - |
| XYZ | 16 | 12.54 | 25.62 | - |
| YUV | 102.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 138 | 0.11 | 0.38 | 0 | 0.46 | 283.02 | 0.24 | 0.44 |
| Hex | 7B | 55 | 8A | B | 26 | 0 | 2E | 11B | 18 | 2C |
| Octal | 173 | 125 | 212 | 13 | 46 | 0 | 56 | 433 | 30 | 54 |
| Binary | 1111011 | 1010101 | 10001010 | 1011 | 100110 | 0 | 101110 | 100011011 | 11000 | 101100 |
Color Harmonies of #7B558A
Complementary color
Monochromatic Colors of #7B558A
Black with #7B558A
Text Example
Text Example
White with #7B558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B558A; }
p { color: rgb(123,85,138); }
H1.HeaderClassName
{
color: #7B558A;
}
.AnyTagClassName
{
color: #7B558A;
}
</style>
background-color css
<style>
a { background-color: #7B558A; }
a { background-color: rgb(123,85,138); }
div.DivClassName
{
background-color: #7B558A;
}
.BgClassName
{
background-color: #7B558A;
}
</style>
border-color css
<style>
span { border-color: #7B558A; }
span { border-color: rgb(123,85,138); }
td.TdClassName
{
border-color: #7B558A;
}
.TagClassName
{
border-color: #7B558A;
}
</style>