Shades of Affair #785B8D
Tints of Affair #785B8D
RGB
CMYK
RGB Variations
Color information
#785B8D (or 0x785B8D) is known color: Affair. HEX triplet: 78, 5B and 8D. RGB value is (120,91,141). Sum of RGB (Red+Green+Blue) = 120+91+141=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 91 (35.94% from 255 or 25.85% 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 #785B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785B8D is #87A472. Grayscale: #696969. Windows color (decimal): -8889459 or 9263992. OLE color: 9263992.
HSL color Cylindrical-coordinate representation of color #785B8D: hue angle of 274.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785B8D is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 91 | 141 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.45 |
| HSL | 274.8º | 0.22% | 0.45% | - |
| HSV(B) | 274.8º | 0.35% | 0.55% | - |
| XYZ | 16.29 | 13.4 | 26.93 | - |
| YUV | 105.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 141 | 0.15 | 0.35 | 0 | 0.45 | 274.8 | 0.22 | 0.45 |
| Hex | 78 | 5B | 8D | F | 23 | 0 | 2D | 113 | 16 | 2D |
| Octal | 170 | 133 | 215 | 17 | 43 | 0 | 55 | 423 | 26 | 55 |
| Binary | 1111000 | 1011011 | 10001101 | 1111 | 100011 | 0 | 101101 | 100010011 | 10110 | 101101 |
Color Harmonies of #785B8D
Complementary color
Monochromatic Colors of #785B8D
Black with #785B8D
Text Example
Text Example
White with #785B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B8D; }
p { color: rgb(120,91,141); }
H1.HeaderClassName
{
color: #785B8D;
}
.AnyTagClassName
{
color: #785B8D;
}
</style>
background-color css
<style>
a { background-color: #785B8D; }
a { background-color: rgb(120,91,141); }
div.DivClassName
{
background-color: #785B8D;
}
.BgClassName
{
background-color: #785B8D;
}
</style>
border-color css
<style>
span { border-color: #785B8D; }
span { border-color: rgb(120,91,141); }
td.TdClassName
{
border-color: #785B8D;
}
.TagClassName
{
border-color: #785B8D;
}
</style>