Shades of London Hue #B777BA
Tints of London Hue #B777BA
RGB
CMYK
RGB Variations
Color information
#B777BA (or 0xB777BA) is known color: London Hue. HEX triplet: B7, 77 and BA. RGB value is (183,119,186). Sum of RGB (Red+Green+Blue) = 183+119+186=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B777BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777BA is #488845. Grayscale: #919191. Windows color (decimal): -4753478 or 12220343. OLE color: 12220343.
HSL color Cylindrical-coordinate representation of color #B777BA: hue angle of 297.31º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B777BA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 119 | 186 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.27 |
| HSL | 297.31º | 0.33% | 0.6% | - |
| HSV(B) | 297.31º | 0.36% | 0.73% | - |
| XYZ | 34.99 | 26.81 | 49.78 | - |
| YUV | 145.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 186 | 0.02 | 0.36 | 0 | 0.27 | 297.31 | 0.33 | 0.6 |
| Hex | B7 | 77 | BA | 2 | 24 | 0 | 1B | 129 | 21 | 3C |
| Octal | 267 | 167 | 272 | 2 | 44 | 0 | 33 | 451 | 41 | 74 |
| Binary | 10110111 | 1110111 | 10111010 | 10 | 100100 | 0 | 11011 | 100101001 | 100001 | 111100 |
Color Harmonies of #B777BA
Complementary color
Monochromatic Colors of #B777BA
Black with #B777BA
Text Example
Text Example
White with #B777BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777BA; }
p { color: rgb(183,119,186); }
H1.HeaderClassName
{
color: #B777BA;
}
.AnyTagClassName
{
color: #B777BA;
}
</style>
background-color css
<style>
a { background-color: #B777BA; }
a { background-color: rgb(183,119,186); }
div.DivClassName
{
background-color: #B777BA;
}
.BgClassName
{
background-color: #B777BA;
}
</style>
border-color css
<style>
span { border-color: #B777BA; }
span { border-color: rgb(183,119,186); }
td.TdClassName
{
border-color: #B777BA;
}
.TagClassName
{
border-color: #B777BA;
}
</style>