Shades of Affair #7B588D
Tints of Affair #7B588D
RGB
CMYK
RGB Variations
Color information
#7B588D (or 0x7B588D) is known color: Affair. HEX triplet: 7B, 58 and 8D. RGB value is (123,88,141). Sum of RGB (Red+Green+Blue) = 123+88+141=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B588D is #84A772. Grayscale: #686868. Windows color (decimal): -8693619 or 9263227. OLE color: 9263227.
HSL color Cylindrical-coordinate representation of color #7B588D: hue angle of 279.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B588D is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 88 | 141 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.45 |
| HSL | 279.62º | 0.23% | 0.45% | - |
| HSV(B) | 279.62º | 0.38% | 0.55% | - |
| XYZ | 16.47 | 13.11 | 26.86 | - |
| YUV | 104.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 141 | 0.13 | 0.38 | 0 | 0.45 | 279.62 | 0.23 | 0.45 |
| Hex | 7B | 58 | 8D | D | 26 | 0 | 2D | 118 | 17 | 2D |
| Octal | 173 | 130 | 215 | 15 | 46 | 0 | 55 | 430 | 27 | 55 |
| Binary | 1111011 | 1011000 | 10001101 | 1101 | 100110 | 0 | 101101 | 100011000 | 10111 | 101101 |
Color Harmonies of #7B588D
Complementary color
Monochromatic Colors of #7B588D
Black with #7B588D
Text Example
Text Example
White with #7B588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B588D; }
p { color: rgb(123,88,141); }
H1.HeaderClassName
{
color: #7B588D;
}
.AnyTagClassName
{
color: #7B588D;
}
</style>
background-color css
<style>
a { background-color: #7B588D; }
a { background-color: rgb(123,88,141); }
div.DivClassName
{
background-color: #7B588D;
}
.BgClassName
{
background-color: #7B588D;
}
</style>
border-color css
<style>
span { border-color: #7B588D; }
span { border-color: rgb(123,88,141); }
td.TdClassName
{
border-color: #7B588D;
}
.TagClassName
{
border-color: #7B588D;
}
</style>