Shades of Affair #715B86
Tints of Affair #715B86
RGB
CMYK
RGB Variations
Color information
#715B86 (or 0x715B86) is known color: Affair. HEX triplet: 71, 5B and 86. RGB value is (113,91,134). Sum of RGB (Red+Green+Blue) = 113+91+134=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #715B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B86 is #8EA479. Grayscale: #666666. Windows color (decimal): -9348218 or 8805233. OLE color: 8805233.
HSL color Cylindrical-coordinate representation of color #715B86: hue angle of 270.7º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715B86 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 91 | 134 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.47 |
| HSL | 270.7º | 0.19% | 0.44% | - |
| HSV(B) | 270.7º | 0.32% | 0.53% | - |
| XYZ | 14.85 | 12.71 | 24.23 | - |
| YUV | 102.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 134 | 0.16 | 0.32 | 0 | 0.47 | 270.7 | 0.19 | 0.44 |
| Hex | 71 | 5B | 86 | 10 | 20 | 0 | 2F | 10F | 13 | 2C |
| Octal | 161 | 133 | 206 | 20 | 40 | 0 | 57 | 417 | 23 | 54 |
| Binary | 1110001 | 1011011 | 10000110 | 10000 | 100000 | 0 | 101111 | 100001111 | 10011 | 101100 |
Color Harmonies of #715B86
Complementary color
Monochromatic Colors of #715B86
Black with #715B86
Text Example
Text Example
White with #715B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B86; }
p { color: rgb(113,91,134); }
H1.HeaderClassName
{
color: #715B86;
}
.AnyTagClassName
{
color: #715B86;
}
</style>
background-color css
<style>
a { background-color: #715B86; }
a { background-color: rgb(113,91,134); }
div.DivClassName
{
background-color: #715B86;
}
.BgClassName
{
background-color: #715B86;
}
</style>
border-color css
<style>
span { border-color: #715B86; }
span { border-color: rgb(113,91,134); }
td.TdClassName
{
border-color: #715B86;
}
.TagClassName
{
border-color: #715B86;
}
</style>