Shades of Affair #78508F
Tints of Affair #78508F
RGB
CMYK
RGB Variations
Color information
#78508F (or 0x78508F) is known color: Affair. HEX triplet: 78, 50 and 8F. RGB value is (120,80,143). Sum of RGB (Red+Green+Blue) = 120+80+143=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #78508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78508F is #87AF70. Grayscale: #626262. Windows color (decimal): -8892273 or 9392248. OLE color: 9392248.
HSL color Cylindrical-coordinate representation of color #78508F: hue angle of 278.1º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78508F is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 80 | 143 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.44 |
| HSL | 278.1º | 0.28% | 0.44% | - |
| HSV(B) | 278.1º | 0.44% | 0.56% | - |
| XYZ | 15.57 | 11.71 | 27.43 | - |
| YUV | 99.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 143 | 0.16 | 0.44 | 0 | 0.44 | 278.1 | 0.28 | 0.44 |
| Hex | 78 | 50 | 8F | 10 | 2C | 0 | 2C | 116 | 1C | 2C |
| Octal | 170 | 120 | 217 | 20 | 54 | 0 | 54 | 426 | 34 | 54 |
| Binary | 1111000 | 1010000 | 10001111 | 10000 | 101100 | 0 | 101100 | 100010110 | 11100 | 101100 |
Color Harmonies of #78508F
Complementary color
Monochromatic Colors of #78508F
Black with #78508F
Text Example
Text Example
White with #78508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78508F; }
p { color: rgb(120,80,143); }
H1.HeaderClassName
{
color: #78508F;
}
.AnyTagClassName
{
color: #78508F;
}
</style>
background-color css
<style>
a { background-color: #78508F; }
a { background-color: rgb(120,80,143); }
div.DivClassName
{
background-color: #78508F;
}
.BgClassName
{
background-color: #78508F;
}
</style>
border-color css
<style>
span { border-color: #78508F; }
span { border-color: rgb(120,80,143); }
td.TdClassName
{
border-color: #78508F;
}
.TagClassName
{
border-color: #78508F;
}
</style>