Shades of Affair #7D558A
Tints of Affair #7D558A
RGB
CMYK
RGB Variations
Color information
#7D558A (or 0x7D558A) is known color: Affair. HEX triplet: 7D, 55 and 8A. RGB value is (125,85,138). Sum of RGB (Red+Green+Blue) = 125+85+138=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D558A is #82AA75. Grayscale: #666666. Windows color (decimal): -8563318 or 9065853. OLE color: 9065853.
HSL color Cylindrical-coordinate representation of color #7D558A: hue angle of 285.28º 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 #7D558A is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 85 | 138 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.46 |
| HSL | 285.28º | 0.24% | 0.44% | - |
| HSV(B) | 285.28º | 0.38% | 0.54% | - |
| XYZ | 16.29 | 12.69 | 25.64 | - |
| YUV | 103 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 138 | 0.09 | 0.38 | 0 | 0.46 | 285.28 | 0.24 | 0.44 |
| Hex | 7D | 55 | 8A | 9 | 26 | 0 | 2E | 11D | 18 | 2C |
| Octal | 175 | 125 | 212 | 11 | 46 | 0 | 56 | 435 | 30 | 54 |
| Binary | 1111101 | 1010101 | 10001010 | 1001 | 100110 | 0 | 101110 | 100011101 | 11000 | 101100 |
Color Harmonies of #7D558A
Complementary color
Monochromatic Colors of #7D558A
Black with #7D558A
Text Example
Text Example
White with #7D558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D558A; }
p { color: rgb(125,85,138); }
H1.HeaderClassName
{
color: #7D558A;
}
.AnyTagClassName
{
color: #7D558A;
}
</style>
background-color css
<style>
a { background-color: #7D558A; }
a { background-color: rgb(125,85,138); }
div.DivClassName
{
background-color: #7D558A;
}
.BgClassName
{
background-color: #7D558A;
}
</style>
border-color css
<style>
span { border-color: #7D558A; }
span { border-color: rgb(125,85,138); }
td.TdClassName
{
border-color: #7D558A;
}
.TagClassName
{
border-color: #7D558A;
}
</style>