Shades of London Hue #B97EBA
Tints of London Hue #B97EBA
RGB
CMYK
RGB Variations
Color information
#B97EBA (or 0xB97EBA) is known color: London Hue. HEX triplet: B9, 7E and BA. RGB value is (185,126,186). Sum of RGB (Red+Green+Blue) = 185+126+186=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B97EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EBA is #468145. Grayscale: #969696. Windows color (decimal): -4620614 or 12222137. OLE color: 12222137.
HSL color Cylindrical-coordinate representation of color #B97EBA: hue angle of 299º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97EBA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 126 | 186 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.27 |
| HSL | 299º | 0.3% | 0.61% | - |
| HSV(B) | 299º | 0.32% | 0.73% | - |
| XYZ | 36.33 | 28.78 | 50.09 | - |
| YUV | 150.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 186 | 0.01 | 0.32 | 0 | 0.27 | 299 | 0.3 | 0.61 |
| Hex | B9 | 7E | BA | 1 | 20 | 0 | 1B | 12B | 1E | 3D |
| Octal | 271 | 176 | 272 | 1 | 40 | 0 | 33 | 453 | 36 | 75 |
| Binary | 10111001 | 1111110 | 10111010 | 1 | 100000 | 0 | 11011 | 100101011 | 11110 | 111101 |
Color Harmonies of #B97EBA
Complementary color
Monochromatic Colors of #B97EBA
Black with #B97EBA
Text Example
Text Example
White with #B97EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97EBA; }
p { color: rgb(185,126,186); }
H1.HeaderClassName
{
color: #B97EBA;
}
.AnyTagClassName
{
color: #B97EBA;
}
</style>
background-color css
<style>
a { background-color: #B97EBA; }
a { background-color: rgb(185,126,186); }
div.DivClassName
{
background-color: #B97EBA;
}
.BgClassName
{
background-color: #B97EBA;
}
</style>
border-color css
<style>
span { border-color: #B97EBA; }
span { border-color: rgb(185,126,186); }
td.TdClassName
{
border-color: #B97EBA;
}
.TagClassName
{
border-color: #B97EBA;
}
</style>