Shades of London Hue #B79BB6
Tints of London Hue #B79BB6
RGB
CMYK
RGB Variations
Color information
#B79BB6 (or 0xB79BB6) is known color: London Hue. HEX triplet: B7, 9B and B6. RGB value is (183,155,182). Sum of RGB (Red+Green+Blue) = 183+155+182=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B79BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BB6 is #486449. Grayscale: #A6A6A6. Windows color (decimal): -4744266 or 11967415. OLE color: 11967415.
HSL color Cylindrical-coordinate representation of color #B79BB6: hue angle of 302.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79BB6 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 182 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.28 |
| HSL | 302.14º | 0.16% | 0.66% | - |
| HSV(B) | 302.14º | 0.15% | 0.72% | - |
| XYZ | 39.69 | 36.89 | 49.28 | - |
| YUV | 166.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 182 | 0 | 0.15 | 0.01 | 0.28 | 302.14 | 0.16 | 0.66 |
| Hex | B7 | 9B | B6 | 0 | F | 1 | 1C | 12E | 10 | 42 |
| Octal | 267 | 233 | 266 | 0 | 17 | 1 | 34 | 456 | 20 | 102 |
| Binary | 10110111 | 10011011 | 10110110 | 0 | 1111 | 1 | 11100 | 100101110 | 10000 | 1000010 |
Color Harmonies of #B79BB6
Complementary color
Monochromatic Colors of #B79BB6
Black with #B79BB6
Text Example
Text Example
White with #B79BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79BB6; }
p { color: rgb(183,155,182); }
H1.HeaderClassName
{
color: #B79BB6;
}
.AnyTagClassName
{
color: #B79BB6;
}
</style>
background-color css
<style>
a { background-color: #B79BB6; }
a { background-color: rgb(183,155,182); }
div.DivClassName
{
background-color: #B79BB6;
}
.BgClassName
{
background-color: #B79BB6;
}
</style>
border-color css
<style>
span { border-color: #B79BB6; }
span { border-color: rgb(183,155,182); }
td.TdClassName
{
border-color: #B79BB6;
}
.TagClassName
{
border-color: #B79BB6;
}
</style>