Shades of London Hue #B78DB7
Tints of London Hue #B78DB7
RGB
CMYK
RGB Variations
Color information
#B78DB7 (or 0xB78DB7) is known color: London Hue. HEX triplet: B7, 8D and B7. RGB value is (183,141,183). Sum of RGB (Red+Green+Blue) = 183+141+183=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B78DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DB7 is #487248. Grayscale: #9E9E9E. Windows color (decimal): -4747849 or 12029367. OLE color: 12029367.
HSL color Cylindrical-coordinate representation of color #B78DB7: hue angle of 300º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78DB7 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 183 | - |
| CMYK | 0 | 0.23 | 0 | 0.28 |
| HSL | 300º | 0.23% | 0.64% | - |
| HSV(B) | 300º | 0.23% | 0.72% | - |
| XYZ | 37.6 | 32.54 | 49.1 | - |
| YUV | 158.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 183 | 0 | 0.23 | 0 | 0.28 | 300 | 0.23 | 0.64 |
| Hex | B7 | 8D | B7 | 0 | 17 | 0 | 1C | 12C | 17 | 40 |
| Octal | 267 | 215 | 267 | 0 | 27 | 0 | 34 | 454 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10110111 | 0 | 10111 | 0 | 11100 | 100101100 | 10111 | 1000000 |
Color Harmonies of #B78DB7
Complementary color
Monochromatic Colors of #B78DB7
Black with #B78DB7
Text Example
Text Example
White with #B78DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DB7; }
p { color: rgb(183,141,183); }
H1.HeaderClassName
{
color: #B78DB7;
}
.AnyTagClassName
{
color: #B78DB7;
}
</style>
background-color css
<style>
a { background-color: #B78DB7; }
a { background-color: rgb(183,141,183); }
div.DivClassName
{
background-color: #B78DB7;
}
.BgClassName
{
background-color: #B78DB7;
}
</style>
border-color css
<style>
span { border-color: #B78DB7; }
span { border-color: rgb(183,141,183); }
td.TdClassName
{
border-color: #B78DB7;
}
.TagClassName
{
border-color: #B78DB7;
}
</style>