Shades of Affair #7D558B
Tints of Affair #7D558B
RGB
CMYK
RGB Variations
Color information
#7D558B (or 0x7D558B) is known color: Affair. HEX triplet: 7D, 55 and 8B. RGB value is (125,85,139). Sum of RGB (Red+Green+Blue) = 125+85+139=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D558B is #82AA74. Grayscale: #666666. Windows color (decimal): -8563317 or 9131389. OLE color: 9131389.
HSL color Cylindrical-coordinate representation of color #7D558B: hue angle of 284.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D558B is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 85 | 139 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.45 |
| HSL | 284.44º | 0.24% | 0.44% | - |
| HSV(B) | 284.44º | 0.39% | 0.55% | - |
| XYZ | 16.37 | 12.72 | 26.02 | - |
| YUV | 103.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 139 | 0.10 | 0.39 | 0 | 0.45 | 284.44 | 0.24 | 0.44 |
| Hex | 7D | 55 | 8B | A | 27 | 0 | 2D | 11C | 18 | 2C |
| Octal | 175 | 125 | 213 | 12 | 47 | 0 | 55 | 434 | 30 | 54 |
| Binary | 1111101 | 1010101 | 10001011 | 1010 | 100111 | 0 | 101101 | 100011100 | 11000 | 101100 |
Color Harmonies of #7D558B
Complementary color
Monochromatic Colors of #7D558B
Black with #7D558B
Text Example
Text Example
White with #7D558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D558B; }
p { color: rgb(125,85,139); }
H1.HeaderClassName
{
color: #7D558B;
}
.AnyTagClassName
{
color: #7D558B;
}
</style>
background-color css
<style>
a { background-color: #7D558B; }
a { background-color: rgb(125,85,139); }
div.DivClassName
{
background-color: #7D558B;
}
.BgClassName
{
background-color: #7D558B;
}
</style>
border-color css
<style>
span { border-color: #7D558B; }
span { border-color: rgb(125,85,139); }
td.TdClassName
{
border-color: #7D558B;
}
.TagClassName
{
border-color: #7D558B;
}
</style>