Shades of Affair #78508D
Tints of Affair #78508D
RGB
CMYK
RGB Variations
Color information
#78508D (or 0x78508D) is known color: Affair. HEX triplet: 78, 50 and 8D. RGB value is (120,80,141). Sum of RGB (Red+Green+Blue) = 120+80+141=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #78508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78508D is #87AF72. Grayscale: #626262. Windows color (decimal): -8892275 or 9261176. OLE color: 9261176.
HSL color Cylindrical-coordinate representation of color #78508D: hue angle of 279.34º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78508D is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 80 | 141 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.45 |
| HSL | 279.34º | 0.28% | 0.43% | - |
| HSV(B) | 279.34º | 0.43% | 0.55% | - |
| XYZ | 15.42 | 11.65 | 26.64 | - |
| YUV | 98.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 141 | 0.15 | 0.43 | 0 | 0.45 | 279.34 | 0.28 | 0.43 |
| Hex | 78 | 50 | 8D | F | 2B | 0 | 2D | 117 | 1C | 2B |
| Octal | 170 | 120 | 215 | 17 | 53 | 0 | 55 | 427 | 34 | 53 |
| Binary | 1111000 | 1010000 | 10001101 | 1111 | 101011 | 0 | 101101 | 100010111 | 11100 | 101011 |
Color Harmonies of #78508D
Complementary color
Monochromatic Colors of #78508D
Black with #78508D
Text Example
Text Example
White with #78508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78508D; }
p { color: rgb(120,80,141); }
H1.HeaderClassName
{
color: #78508D;
}
.AnyTagClassName
{
color: #78508D;
}
</style>
background-color css
<style>
a { background-color: #78508D; }
a { background-color: rgb(120,80,141); }
div.DivClassName
{
background-color: #78508D;
}
.BgClassName
{
background-color: #78508D;
}
</style>
border-color css
<style>
span { border-color: #78508D; }
span { border-color: rgb(120,80,141); }
td.TdClassName
{
border-color: #78508D;
}
.TagClassName
{
border-color: #78508D;
}
</style>