Shades of London Hue #B78DB9
Tints of London Hue #B78DB9
RGB
CMYK
RGB Variations
Color information
#B78DB9 (or 0xB78DB9) is known color: London Hue. HEX triplet: B7, 8D and B9. RGB value is (183,141,185). Sum of RGB (Red+Green+Blue) = 183+141+185=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #B78DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DB9 is #487246. Grayscale: #9E9E9E. Windows color (decimal): -4747847 or 12160439. OLE color: 12160439.
HSL color Cylindrical-coordinate representation of color #B78DB9: hue angle of 297.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78DB9 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 141 | 185 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.27 |
| HSL | 297.27º | 0.24% | 0.64% | - |
| HSV(B) | 297.27º | 0.24% | 0.73% | - |
| XYZ | 37.81 | 32.62 | 50.2 | - |
| YUV | 158.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 185 | 0.01 | 0.24 | 0 | 0.27 | 297.27 | 0.24 | 0.64 |
| Hex | B7 | 8D | B9 | 1 | 18 | 0 | 1B | 129 | 18 | 40 |
| Octal | 267 | 215 | 271 | 1 | 30 | 0 | 33 | 451 | 30 | 100 |
| Binary | 10110111 | 10001101 | 10111001 | 1 | 11000 | 0 | 11011 | 100101001 | 11000 | 1000000 |
Color Harmonies of #B78DB9
Complementary color
Monochromatic Colors of #B78DB9
Black with #B78DB9
Text Example
Text Example
White with #B78DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DB9; }
p { color: rgb(183,141,185); }
H1.HeaderClassName
{
color: #B78DB9;
}
.AnyTagClassName
{
color: #B78DB9;
}
</style>
background-color css
<style>
a { background-color: #B78DB9; }
a { background-color: rgb(183,141,185); }
div.DivClassName
{
background-color: #B78DB9;
}
.BgClassName
{
background-color: #B78DB9;
}
</style>
border-color css
<style>
span { border-color: #B78DB9; }
span { border-color: rgb(183,141,185); }
td.TdClassName
{
border-color: #B78DB9;
}
.TagClassName
{
border-color: #B78DB9;
}
</style>