Shades of London Hue #B78EBA
Tints of London Hue #B78EBA
RGB
CMYK
RGB Variations
Color information
#B78EBA (or 0xB78EBA) is known color: London Hue. HEX triplet: B7, 8E and BA. RGB value is (183,142,186). Sum of RGB (Red+Green+Blue) = 183+142+186=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78EBA is #487145. Grayscale: #9F9F9F. Windows color (decimal): -4747590 or 12226231. OLE color: 12226231.
HSL color Cylindrical-coordinate representation of color #B78EBA: hue angle of 295.91º 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 #B78EBA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 142 | 186 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.27 |
| HSL | 295.91º | 0.24% | 0.64% | - |
| HSV(B) | 295.91º | 0.24% | 0.73% | - |
| XYZ | 38.06 | 32.96 | 50.81 | - |
| YUV | 159.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 186 | 0.02 | 0.24 | 0 | 0.27 | 295.91 | 0.24 | 0.64 |
| Hex | B7 | 8E | BA | 2 | 18 | 0 | 1B | 128 | 18 | 40 |
| Octal | 267 | 216 | 272 | 2 | 30 | 0 | 33 | 450 | 30 | 100 |
| Binary | 10110111 | 10001110 | 10111010 | 10 | 11000 | 0 | 11011 | 100101000 | 11000 | 1000000 |
Color Harmonies of #B78EBA
Complementary color
Monochromatic Colors of #B78EBA
Black with #B78EBA
Text Example
Text Example
White with #B78EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78EBA; }
p { color: rgb(183,142,186); }
H1.HeaderClassName
{
color: #B78EBA;
}
.AnyTagClassName
{
color: #B78EBA;
}
</style>
background-color css
<style>
a { background-color: #B78EBA; }
a { background-color: rgb(183,142,186); }
div.DivClassName
{
background-color: #B78EBA;
}
.BgClassName
{
background-color: #B78EBA;
}
</style>
border-color css
<style>
span { border-color: #B78EBA; }
span { border-color: rgb(183,142,186); }
td.TdClassName
{
border-color: #B78EBA;
}
.TagClassName
{
border-color: #B78EBA;
}
</style>