Shades of London Hue #B78AAA
Tints of London Hue #B78AAA
RGB
CMYK
RGB Variations
Color information
#B78AAA (or 0xB78AAA) is known color: London Hue. HEX triplet: B7, 8A and AA. RGB value is (183,138,170). Sum of RGB (Red+Green+Blue) = 183+138+170=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B78AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78AAA is #487555. Grayscale: #9B9B9B. Windows color (decimal): -4748630 or 11176631. OLE color: 11176631.
HSL color Cylindrical-coordinate representation of color #B78AAA: hue angle of 317.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78AAA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 170 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.28 |
| HSL | 317.33º | 0.24% | 0.63% | - |
| HSV(B) | 317.33º | 0.25% | 0.72% | - |
| XYZ | 35.87 | 31.15 | 42.15 | - |
| YUV | 155.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 170 | 0 | 0.25 | 0.07 | 0.28 | 317.33 | 0.24 | 0.63 |
| Hex | B7 | 8A | AA | 0 | 19 | 7 | 1C | 13D | 18 | 3F |
| Octal | 267 | 212 | 252 | 0 | 31 | 7 | 34 | 475 | 30 | 77 |
| Binary | 10110111 | 10001010 | 10101010 | 0 | 11001 | 111 | 11100 | 100111101 | 11000 | 111111 |
Color Harmonies of #B78AAA
Complementary color
Monochromatic Colors of #B78AAA
Black with #B78AAA
Text Example
Text Example
White with #B78AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78AAA; }
p { color: rgb(183,138,170); }
H1.HeaderClassName
{
color: #B78AAA;
}
.AnyTagClassName
{
color: #B78AAA;
}
</style>
background-color css
<style>
a { background-color: #B78AAA; }
a { background-color: rgb(183,138,170); }
div.DivClassName
{
background-color: #B78AAA;
}
.BgClassName
{
background-color: #B78AAA;
}
</style>
border-color css
<style>
span { border-color: #B78AAA; }
span { border-color: rgb(183,138,170); }
td.TdClassName
{
border-color: #B78AAA;
}
.TagClassName
{
border-color: #B78AAA;
}
</style>