Shades of London Hue #B78DAF
Tints of London Hue #B78DAF
RGB
CMYK
RGB Variations
Color information
#B78DAF (or 0xB78DAF) is known color: London Hue. HEX triplet: B7, 8D and AF. RGB value is (183,141,175). Sum of RGB (Red+Green+Blue) = 183+141+175=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DAF is #487250. Grayscale: #9D9D9D. Windows color (decimal): -4747857 or 11505079. OLE color: 11505079.
HSL color Cylindrical-coordinate representation of color #B78DAF: hue angle of 311.43º 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 #B78DAF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 175 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.28 |
| HSL | 311.43º | 0.23% | 0.64% | - |
| HSV(B) | 311.43º | 0.23% | 0.72% | - |
| XYZ | 36.79 | 32.21 | 44.84 | - |
| YUV | 157.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 175 | 0 | 0.23 | 0.04 | 0.28 | 311.43 | 0.23 | 0.64 |
| Hex | B7 | 8D | AF | 0 | 17 | 4 | 1C | 137 | 17 | 40 |
| Octal | 267 | 215 | 257 | 0 | 27 | 4 | 34 | 467 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10101111 | 0 | 10111 | 100 | 11100 | 100110111 | 10111 | 1000000 |
Color Harmonies of #B78DAF
Complementary color
Monochromatic Colors of #B78DAF
Black with #B78DAF
Text Example
Text Example
White with #B78DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DAF; }
p { color: rgb(183,141,175); }
H1.HeaderClassName
{
color: #B78DAF;
}
.AnyTagClassName
{
color: #B78DAF;
}
</style>
background-color css
<style>
a { background-color: #B78DAF; }
a { background-color: rgb(183,141,175); }
div.DivClassName
{
background-color: #B78DAF;
}
.BgClassName
{
background-color: #B78DAF;
}
</style>
border-color css
<style>
span { border-color: #B78DAF; }
span { border-color: rgb(183,141,175); }
td.TdClassName
{
border-color: #B78DAF;
}
.TagClassName
{
border-color: #B78DAF;
}
</style>