Shades of London Hue #B78EAD
Tints of London Hue #B78EAD
RGB
CMYK
RGB Variations
Color information
#B78EAD (or 0xB78EAD) is known color: London Hue. HEX triplet: B7, 8E and AD. RGB value is (183,142,173). Sum of RGB (Red+Green+Blue) = 183+142+173=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B78EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78EAD is #487152. Grayscale: #9D9D9D. Windows color (decimal): -4747603 or 11374263. OLE color: 11374263.
HSL color Cylindrical-coordinate representation of color #B78EAD: hue angle of 314.63º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B78EAD is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 173 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.28 |
| HSL | 314.63º | 0.22% | 0.64% | - |
| HSV(B) | 314.63º | 0.22% | 0.72% | - |
| XYZ | 36.74 | 32.43 | 43.86 | - |
| YUV | 157.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 173 | 0 | 0.22 | 0.05 | 0.28 | 314.63 | 0.22 | 0.64 |
| Hex | B7 | 8E | AD | 0 | 16 | 5 | 1C | 13B | 16 | 40 |
| Octal | 267 | 216 | 255 | 0 | 26 | 5 | 34 | 473 | 26 | 100 |
| Binary | 10110111 | 10001110 | 10101101 | 0 | 10110 | 101 | 11100 | 100111011 | 10110 | 1000000 |
Color Harmonies of #B78EAD
Complementary color
Monochromatic Colors of #B78EAD
Black with #B78EAD
Text Example
Text Example
White with #B78EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78EAD; }
p { color: rgb(183,142,173); }
H1.HeaderClassName
{
color: #B78EAD;
}
.AnyTagClassName
{
color: #B78EAD;
}
</style>
background-color css
<style>
a { background-color: #B78EAD; }
a { background-color: rgb(183,142,173); }
div.DivClassName
{
background-color: #B78EAD;
}
.BgClassName
{
background-color: #B78EAD;
}
</style>
border-color css
<style>
span { border-color: #B78EAD; }
span { border-color: rgb(183,142,173); }
td.TdClassName
{
border-color: #B78EAD;
}
.TagClassName
{
border-color: #B78EAD;
}
</style>