Shades of London Hue #B779BA
Tints of London Hue #B779BA
RGB
CMYK
RGB Variations
Color information
#B779BA (or 0xB779BA) is known color: London Hue. HEX triplet: B7, 79 and BA. RGB value is (183,121,186). Sum of RGB (Red+Green+Blue) = 183+121+186=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #B779BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779BA is #488645. Grayscale: #929292. Windows color (decimal): -4752966 or 12220855. OLE color: 12220855.
HSL color Cylindrical-coordinate representation of color #B779BA: hue angle of 297.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B779BA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 121 | 186 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.27 |
| HSL | 297.23º | 0.32% | 0.6% | - |
| HSV(B) | 297.23º | 0.35% | 0.73% | - |
| XYZ | 35.23 | 27.29 | 49.86 | - |
| YUV | 146.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 186 | 0.02 | 0.35 | 0 | 0.27 | 297.23 | 0.32 | 0.6 |
| Hex | B7 | 79 | BA | 2 | 23 | 0 | 1B | 129 | 20 | 3C |
| Octal | 267 | 171 | 272 | 2 | 43 | 0 | 33 | 451 | 40 | 74 |
| Binary | 10110111 | 1111001 | 10111010 | 10 | 100011 | 0 | 11011 | 100101001 | 100000 | 111100 |
Color Harmonies of #B779BA
Complementary color
Monochromatic Colors of #B779BA
Black with #B779BA
Text Example
Text Example
White with #B779BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779BA; }
p { color: rgb(183,121,186); }
H1.HeaderClassName
{
color: #B779BA;
}
.AnyTagClassName
{
color: #B779BA;
}
</style>
background-color css
<style>
a { background-color: #B779BA; }
a { background-color: rgb(183,121,186); }
div.DivClassName
{
background-color: #B779BA;
}
.BgClassName
{
background-color: #B779BA;
}
</style>
border-color css
<style>
span { border-color: #B779BA; }
span { border-color: rgb(183,121,186); }
td.TdClassName
{
border-color: #B779BA;
}
.TagClassName
{
border-color: #B779BA;
}
</style>