Shades of Affair #7B488B
Tints of Affair #7B488B
RGB
CMYK
RGB Variations
Color information
#7B488B (or 0x7B488B) is known color: Affair. HEX triplet: 7B, 48 and 8B. RGB value is (123,72,139). Sum of RGB (Red+Green+Blue) = 123+72+139=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B488B is #84B774. Grayscale: #5E5E5E. Windows color (decimal): -8697717 or 9128059. OLE color: 9128059.
HSL color Cylindrical-coordinate representation of color #7B488B: hue angle of 285.67º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B488B is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 72 | 139 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.45 |
| HSL | 285.67º | 0.32% | 0.41% | - |
| HSV(B) | 285.67º | 0.48% | 0.55% | - |
| XYZ | 15.15 | 10.71 | 25.7 | - |
| YUV | 94.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 139 | 0.12 | 0.48 | 0 | 0.45 | 285.67 | 0.32 | 0.41 |
| Hex | 7B | 48 | 8B | C | 30 | 0 | 2D | 11E | 20 | 29 |
| Octal | 173 | 110 | 213 | 14 | 60 | 0 | 55 | 436 | 40 | 51 |
| Binary | 1111011 | 1001000 | 10001011 | 1100 | 110000 | 0 | 101101 | 100011110 | 100000 | 101001 |
Color Harmonies of #7B488B
Complementary color
Monochromatic Colors of #7B488B
Black with #7B488B
Text Example
Text Example
White with #7B488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B488B; }
p { color: rgb(123,72,139); }
H1.HeaderClassName
{
color: #7B488B;
}
.AnyTagClassName
{
color: #7B488B;
}
</style>
background-color css
<style>
a { background-color: #7B488B; }
a { background-color: rgb(123,72,139); }
div.DivClassName
{
background-color: #7B488B;
}
.BgClassName
{
background-color: #7B488B;
}
</style>
border-color css
<style>
span { border-color: #7B488B; }
span { border-color: rgb(123,72,139); }
td.TdClassName
{
border-color: #7B488B;
}
.TagClassName
{
border-color: #7B488B;
}
</style>