Shades of Affair #7B5B84
Tints of Affair #7B5B84
RGB
CMYK
RGB Variations
Color information
#7B5B84 (or 0x7B5B84) is known color: Affair. HEX triplet: 7B, 5B and 84. RGB value is (123,91,132). Sum of RGB (Red+Green+Blue) = 123+91+132=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B5B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5B84 is #84A47B. Grayscale: #696969. Windows color (decimal): -8692860 or 8674171. OLE color: 8674171.
HSL color Cylindrical-coordinate representation of color #7B5B84: hue angle of 286.83º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B5B84 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 91 | 132 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.48 |
| HSL | 286.83º | 0.18% | 0.44% | - |
| HSV(B) | 286.83º | 0.31% | 0.52% | - |
| XYZ | 16.07 | 13.36 | 23.56 | - |
| YUV | 105.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 132 | 0.07 | 0.31 | 0 | 0.48 | 286.83 | 0.18 | 0.44 |
| Hex | 7B | 5B | 84 | 7 | 1F | 0 | 30 | 11F | 12 | 2C |
| Octal | 173 | 133 | 204 | 7 | 37 | 0 | 60 | 437 | 22 | 54 |
| Binary | 1111011 | 1011011 | 10000100 | 111 | 11111 | 0 | 110000 | 100011111 | 10010 | 101100 |
Color Harmonies of #7B5B84
Complementary color
Monochromatic Colors of #7B5B84
Black with #7B5B84
Text Example
Text Example
White with #7B5B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B84; }
p { color: rgb(123,91,132); }
H1.HeaderClassName
{
color: #7B5B84;
}
.AnyTagClassName
{
color: #7B5B84;
}
</style>
background-color css
<style>
a { background-color: #7B5B84; }
a { background-color: rgb(123,91,132); }
div.DivClassName
{
background-color: #7B5B84;
}
.BgClassName
{
background-color: #7B5B84;
}
</style>
border-color css
<style>
span { border-color: #7B5B84; }
span { border-color: rgb(123,91,132); }
td.TdClassName
{
border-color: #7B5B84;
}
.TagClassName
{
border-color: #7B5B84;
}
</style>