Shades of Affair #7B558F
Tints of Affair #7B558F
RGB
CMYK
RGB Variations
Color information
#7B558F (or 0x7B558F) is known color: Affair. HEX triplet: 7B, 55 and 8F. RGB value is (123,85,143). Sum of RGB (Red+Green+Blue) = 123+85+143=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B558F is #84AA70. Grayscale: #666666. Windows color (decimal): -8694385 or 9393531. OLE color: 9393531.
HSL color Cylindrical-coordinate representation of color #7B558F: hue angle of 279.31º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B558F is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 85 | 143 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.44 |
| HSL | 279.31º | 0.25% | 0.45% | - |
| HSV(B) | 279.31º | 0.41% | 0.56% | - |
| XYZ | 16.37 | 12.69 | 27.57 | - |
| YUV | 102.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 143 | 0.14 | 0.41 | 0 | 0.44 | 279.31 | 0.25 | 0.45 |
| Hex | 7B | 55 | 8F | E | 29 | 0 | 2C | 117 | 19 | 2D |
| Octal | 173 | 125 | 217 | 16 | 51 | 0 | 54 | 427 | 31 | 55 |
| Binary | 1111011 | 1010101 | 10001111 | 1110 | 101001 | 0 | 101100 | 100010111 | 11001 | 101101 |
Color Harmonies of #7B558F
Complementary color
Monochromatic Colors of #7B558F
Black with #7B558F
Text Example
Text Example
White with #7B558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B558F; }
p { color: rgb(123,85,143); }
H1.HeaderClassName
{
color: #7B558F;
}
.AnyTagClassName
{
color: #7B558F;
}
</style>
background-color css
<style>
a { background-color: #7B558F; }
a { background-color: rgb(123,85,143); }
div.DivClassName
{
background-color: #7B558F;
}
.BgClassName
{
background-color: #7B558F;
}
</style>
border-color css
<style>
span { border-color: #7B558F; }
span { border-color: rgb(123,85,143); }
td.TdClassName
{
border-color: #7B558F;
}
.TagClassName
{
border-color: #7B558F;
}
</style>