Shades of Affair #7B508F
Tints of Affair #7B508F
RGB
CMYK
RGB Variations
Color information
#7B508F (or 0x7B508F) is known color: Affair. HEX triplet: 7B, 50 and 8F. RGB value is (123,80,143). Sum of RGB (Red+Green+Blue) = 123+80+143=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B508F is #84AF70. Grayscale: #636363. Windows color (decimal): -8695665 or 9392251. OLE color: 9392251.
HSL color Cylindrical-coordinate representation of color #7B508F: hue angle of 280.95º 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 #7B508F is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 80 | 143 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.44 |
| HSL | 280.95º | 0.28% | 0.44% | - |
| HSV(B) | 280.95º | 0.44% | 0.56% | - |
| XYZ | 15.99 | 11.93 | 27.45 | - |
| YUV | 100.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 143 | 0.14 | 0.44 | 0 | 0.44 | 280.95 | 0.28 | 0.44 |
| Hex | 7B | 50 | 8F | E | 2C | 0 | 2C | 119 | 1C | 2C |
| Octal | 173 | 120 | 217 | 16 | 54 | 0 | 54 | 431 | 34 | 54 |
| Binary | 1111011 | 1010000 | 10001111 | 1110 | 101100 | 0 | 101100 | 100011001 | 11100 | 101100 |
Color Harmonies of #7B508F
Complementary color
Monochromatic Colors of #7B508F
Black with #7B508F
Text Example
Text Example
White with #7B508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B508F; }
p { color: rgb(123,80,143); }
H1.HeaderClassName
{
color: #7B508F;
}
.AnyTagClassName
{
color: #7B508F;
}
</style>
background-color css
<style>
a { background-color: #7B508F; }
a { background-color: rgb(123,80,143); }
div.DivClassName
{
background-color: #7B508F;
}
.BgClassName
{
background-color: #7B508F;
}
</style>
border-color css
<style>
span { border-color: #7B508F; }
span { border-color: rgb(123,80,143); }
td.TdClassName
{
border-color: #7B508F;
}
.TagClassName
{
border-color: #7B508F;
}
</style>