Shades of London Hue #B787AA
Tints of London Hue #B787AA
RGB
CMYK
RGB Variations
Color information
#B787AA (or 0xB787AA) is known color: London Hue. HEX triplet: B7, 87 and AA. RGB value is (183,135,170). Sum of RGB (Red+Green+Blue) = 183+135+170=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B787AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B787AA is #487855. Grayscale: #999999. Windows color (decimal): -4749398 or 11175863. OLE color: 11175863.
HSL color Cylindrical-coordinate representation of color #B787AA: hue angle of 316.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B787AA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 170 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.28 |
| HSL | 316.25º | 0.25% | 0.62% | - |
| HSV(B) | 316.25º | 0.26% | 0.72% | - |
| XYZ | 35.45 | 30.3 | 42.01 | - |
| YUV | 153.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 170 | 0 | 0.26 | 0.07 | 0.28 | 316.25 | 0.25 | 0.62 |
| Hex | B7 | 87 | AA | 0 | 1A | 7 | 1C | 13C | 19 | 3E |
| Octal | 267 | 207 | 252 | 0 | 32 | 7 | 34 | 474 | 31 | 76 |
| Binary | 10110111 | 10000111 | 10101010 | 0 | 11010 | 111 | 11100 | 100111100 | 11001 | 111110 |
Color Harmonies of #B787AA
Complementary color
Monochromatic Colors of #B787AA
Black with #B787AA
Text Example
Text Example
White with #B787AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B787AA; }
p { color: rgb(183,135,170); }
H1.HeaderClassName
{
color: #B787AA;
}
.AnyTagClassName
{
color: #B787AA;
}
</style>
background-color css
<style>
a { background-color: #B787AA; }
a { background-color: rgb(183,135,170); }
div.DivClassName
{
background-color: #B787AA;
}
.BgClassName
{
background-color: #B787AA;
}
</style>
border-color css
<style>
span { border-color: #B787AA; }
span { border-color: rgb(183,135,170); }
td.TdClassName
{
border-color: #B787AA;
}
.TagClassName
{
border-color: #B787AA;
}
</style>