Shades of Affair #78508B
Tints of Affair #78508B
RGB
CMYK
RGB Variations
Color information
#78508B (or 0x78508B) is known color: Affair. HEX triplet: 78, 50 and 8B. RGB value is (120,80,139). Sum of RGB (Red+Green+Blue) = 120+80+139=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #78508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78508B is #87AF74. Grayscale: #626262. Windows color (decimal): -8892277 or 9130104. OLE color: 9130104.
HSL color Cylindrical-coordinate representation of color #78508B: hue angle of 280.68º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78508B is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 80 | 139 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.45 |
| HSL | 280.68º | 0.27% | 0.43% | - |
| HSV(B) | 280.68º | 0.42% | 0.55% | - |
| XYZ | 15.27 | 11.59 | 25.86 | - |
| YUV | 98.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 139 | 0.14 | 0.42 | 0 | 0.45 | 280.68 | 0.27 | 0.43 |
| Hex | 78 | 50 | 8B | E | 2A | 0 | 2D | 119 | 1B | 2B |
| Octal | 170 | 120 | 213 | 16 | 52 | 0 | 55 | 431 | 33 | 53 |
| Binary | 1111000 | 1010000 | 10001011 | 1110 | 101010 | 0 | 101101 | 100011001 | 11011 | 101011 |
Color Harmonies of #78508B
Complementary color
Monochromatic Colors of #78508B
Black with #78508B
Text Example
Text Example
White with #78508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78508B; }
p { color: rgb(120,80,139); }
H1.HeaderClassName
{
color: #78508B;
}
.AnyTagClassName
{
color: #78508B;
}
</style>
background-color css
<style>
a { background-color: #78508B; }
a { background-color: rgb(120,80,139); }
div.DivClassName
{
background-color: #78508B;
}
.BgClassName
{
background-color: #78508B;
}
</style>
border-color css
<style>
span { border-color: #78508B; }
span { border-color: rgb(120,80,139); }
td.TdClassName
{
border-color: #78508B;
}
.TagClassName
{
border-color: #78508B;
}
</style>