Shades of London Hue #B77AB9
Tints of London Hue #B77AB9
RGB
CMYK
RGB Variations
Color information
#B77AB9 (or 0xB77AB9) is known color: London Hue. HEX triplet: B7, 7A and B9. RGB value is (183,122,185). Sum of RGB (Red+Green+Blue) = 183+122+185=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #B77AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AB9 is #488546. Grayscale: #939393. Windows color (decimal): -4752711 or 12155575. OLE color: 12155575.
HSL color Cylindrical-coordinate representation of color #B77AB9: hue angle of 298.1º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77AB9 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 122 | 185 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.27 |
| HSL | 298.1º | 0.31% | 0.6% | - |
| HSV(B) | 298.1º | 0.34% | 0.73% | - |
| XYZ | 35.24 | 27.49 | 49.35 | - |
| YUV | 147.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 185 | 0.01 | 0.34 | 0 | 0.27 | 298.1 | 0.31 | 0.6 |
| Hex | B7 | 7A | B9 | 1 | 22 | 0 | 1B | 12A | 1F | 3C |
| Octal | 267 | 172 | 271 | 1 | 42 | 0 | 33 | 452 | 37 | 74 |
| Binary | 10110111 | 1111010 | 10111001 | 1 | 100010 | 0 | 11011 | 100101010 | 11111 | 111100 |
Color Harmonies of #B77AB9
Complementary color
Monochromatic Colors of #B77AB9
Black with #B77AB9
Text Example
Text Example
White with #B77AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AB9; }
p { color: rgb(183,122,185); }
H1.HeaderClassName
{
color: #B77AB9;
}
.AnyTagClassName
{
color: #B77AB9;
}
</style>
background-color css
<style>
a { background-color: #B77AB9; }
a { background-color: rgb(183,122,185); }
div.DivClassName
{
background-color: #B77AB9;
}
.BgClassName
{
background-color: #B77AB9;
}
</style>
border-color css
<style>
span { border-color: #B77AB9; }
span { border-color: rgb(183,122,185); }
td.TdClassName
{
border-color: #B77AB9;
}
.TagClassName
{
border-color: #B77AB9;
}
</style>