Shades of London Hue #B78BA9
Tints of London Hue #B78BA9
RGB
CMYK
RGB Variations
Color information
#B78BA9 (or 0xB78BA9) is known color: London Hue. HEX triplet: B7, 8B and A9. RGB value is (183,139,169). Sum of RGB (Red+Green+Blue) = 183+139+169=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BA9 is #487456. Grayscale: #9B9B9B. Windows color (decimal): -4748375 or 11111351. OLE color: 11111351.
HSL color Cylindrical-coordinate representation of color #B78BA9: hue angle of 319.09º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78BA9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 169 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.28 |
| HSL | 319.09º | 0.23% | 0.63% | - |
| HSV(B) | 319.09º | 0.24% | 0.72% | - |
| XYZ | 35.92 | 31.4 | 41.7 | - |
| YUV | 155.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 169 | 0 | 0.24 | 0.08 | 0.28 | 319.09 | 0.23 | 0.63 |
| Hex | B7 | 8B | A9 | 0 | 18 | 8 | 1C | 13F | 17 | 3F |
| Octal | 267 | 213 | 251 | 0 | 30 | 10 | 34 | 477 | 27 | 77 |
| Binary | 10110111 | 10001011 | 10101001 | 0 | 11000 | 1000 | 11100 | 100111111 | 10111 | 111111 |
Color Harmonies of #B78BA9
Complementary color
Monochromatic Colors of #B78BA9
Black with #B78BA9
Text Example
Text Example
White with #B78BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BA9; }
p { color: rgb(183,139,169); }
H1.HeaderClassName
{
color: #B78BA9;
}
.AnyTagClassName
{
color: #B78BA9;
}
</style>
background-color css
<style>
a { background-color: #B78BA9; }
a { background-color: rgb(183,139,169); }
div.DivClassName
{
background-color: #B78BA9;
}
.BgClassName
{
background-color: #B78BA9;
}
</style>
border-color css
<style>
span { border-color: #B78BA9; }
span { border-color: rgb(183,139,169); }
td.TdClassName
{
border-color: #B78BA9;
}
.TagClassName
{
border-color: #B78BA9;
}
</style>