Shades of London Hue #B78DAC
Tints of London Hue #B78DAC
RGB
CMYK
RGB Variations
Color information
#B78DAC (or 0xB78DAC) is known color: London Hue. HEX triplet: B7, 8D and AC. RGB value is (183,141,172). Sum of RGB (Red+Green+Blue) = 183+141+172=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DAC is #487253. Grayscale: #9D9D9D. Windows color (decimal): -4747860 or 11308471. OLE color: 11308471.
HSL color Cylindrical-coordinate representation of color #B78DAC: hue angle of 315.71º 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 #B78DAC is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 172 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.28 |
| HSL | 315.71º | 0.23% | 0.64% | - |
| HSV(B) | 315.71º | 0.23% | 0.72% | - |
| XYZ | 36.5 | 32.1 | 43.3 | - |
| YUV | 157.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 172 | 0 | 0.23 | 0.06 | 0.28 | 315.71 | 0.23 | 0.64 |
| Hex | B7 | 8D | AC | 0 | 17 | 6 | 1C | 13C | 17 | 40 |
| Octal | 267 | 215 | 254 | 0 | 27 | 6 | 34 | 474 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10101100 | 0 | 10111 | 110 | 11100 | 100111100 | 10111 | 1000000 |
Color Harmonies of #B78DAC
Complementary color
Monochromatic Colors of #B78DAC
Black with #B78DAC
Text Example
Text Example
White with #B78DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DAC; }
p { color: rgb(183,141,172); }
H1.HeaderClassName
{
color: #B78DAC;
}
.AnyTagClassName
{
color: #B78DAC;
}
</style>
background-color css
<style>
a { background-color: #B78DAC; }
a { background-color: rgb(183,141,172); }
div.DivClassName
{
background-color: #B78DAC;
}
.BgClassName
{
background-color: #B78DAC;
}
</style>
border-color css
<style>
span { border-color: #B78DAC; }
span { border-color: rgb(183,141,172); }
td.TdClassName
{
border-color: #B78DAC;
}
.TagClassName
{
border-color: #B78DAC;
}
</style>