Shades of London Hue #B787B4
Tints of London Hue #B787B4
RGB
CMYK
RGB Variations
Color information
#B787B4 (or 0xB787B4) is known color: London Hue. HEX triplet: B7, 87 and B4. RGB value is (183,135,180). Sum of RGB (Red+Green+Blue) = 183+135+180=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B787B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B787B4 is #48784B. Grayscale: #9A9A9A. Windows color (decimal): -4749388 or 11831223. OLE color: 11831223.
HSL color Cylindrical-coordinate representation of color #B787B4: hue angle of 303.75º 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 #B787B4 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 180 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.28 |
| HSL | 303.75º | 0.25% | 0.62% | - |
| HSV(B) | 303.75º | 0.26% | 0.72% | - |
| XYZ | 36.43 | 30.69 | 47.18 | - |
| YUV | 154.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 180 | 0 | 0.26 | 0.02 | 0.28 | 303.75 | 0.25 | 0.62 |
| Hex | B7 | 87 | B4 | 0 | 1A | 2 | 1C | 130 | 19 | 3E |
| Octal | 267 | 207 | 264 | 0 | 32 | 2 | 34 | 460 | 31 | 76 |
| Binary | 10110111 | 10000111 | 10110100 | 0 | 11010 | 10 | 11100 | 100110000 | 11001 | 111110 |
Color Harmonies of #B787B4
Complementary color
Monochromatic Colors of #B787B4
Black with #B787B4
Text Example
Text Example
White with #B787B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B787B4; }
p { color: rgb(183,135,180); }
H1.HeaderClassName
{
color: #B787B4;
}
.AnyTagClassName
{
color: #B787B4;
}
</style>
background-color css
<style>
a { background-color: #B787B4; }
a { background-color: rgb(183,135,180); }
div.DivClassName
{
background-color: #B787B4;
}
.BgClassName
{
background-color: #B787B4;
}
</style>
border-color css
<style>
span { border-color: #B787B4; }
span { border-color: rgb(183,135,180); }
td.TdClassName
{
border-color: #B787B4;
}
.TagClassName
{
border-color: #B787B4;
}
</style>