Shades of London Hue #B79BB2
Tints of London Hue #B79BB2
RGB
CMYK
RGB Variations
Color information
#B79BB2 (or 0xB79BB2) is known color: London Hue. HEX triplet: B7, 9B and B2. RGB value is (183,155,178). Sum of RGB (Red+Green+Blue) = 183+155+178=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B79BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79BB2 is #48644D. Grayscale: #A5A5A5. Windows color (decimal): -4744270 or 11705271. OLE color: 11705271.
HSL color Cylindrical-coordinate representation of color #B79BB2: hue angle of 310.71º 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 #B79BB2 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 178 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.28 |
| HSL | 310.71º | 0.16% | 0.66% | - |
| HSV(B) | 310.71º | 0.15% | 0.72% | - |
| XYZ | 39.29 | 36.72 | 47.14 | - |
| YUV | 165.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 178 | 0 | 0.15 | 0.03 | 0.28 | 310.71 | 0.16 | 0.66 |
| Hex | B7 | 9B | B2 | 0 | F | 3 | 1C | 137 | 10 | 42 |
| Octal | 267 | 233 | 262 | 0 | 17 | 3 | 34 | 467 | 20 | 102 |
| Binary | 10110111 | 10011011 | 10110010 | 0 | 1111 | 11 | 11100 | 100110111 | 10000 | 1000010 |
Color Harmonies of #B79BB2
Complementary color
Monochromatic Colors of #B79BB2
Black with #B79BB2
Text Example
Text Example
White with #B79BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79BB2; }
p { color: rgb(183,155,178); }
H1.HeaderClassName
{
color: #B79BB2;
}
.AnyTagClassName
{
color: #B79BB2;
}
</style>
background-color css
<style>
a { background-color: #B79BB2; }
a { background-color: rgb(183,155,178); }
div.DivClassName
{
background-color: #B79BB2;
}
.BgClassName
{
background-color: #B79BB2;
}
</style>
border-color css
<style>
span { border-color: #B79BB2; }
span { border-color: rgb(183,155,178); }
td.TdClassName
{
border-color: #B79BB2;
}
.TagClassName
{
border-color: #B79BB2;
}
</style>