Shades of London Hue #B98DB7
Tints of London Hue #B98DB7
RGB
CMYK
RGB Variations
Color information
#B98DB7 (or 0xB98DB7) is known color: London Hue. HEX triplet: B9, 8D and B7. RGB value is (185,141,183). Sum of RGB (Red+Green+Blue) = 185+141+183=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DB7 is #467248. Grayscale: #9E9E9E. Windows color (decimal): -4616777 or 12029369. OLE color: 12029369.
HSL color Cylindrical-coordinate representation of color #B98DB7: hue angle of 302.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98DB7 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 183 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.27 |
| HSL | 302.73º | 0.24% | 0.64% | - |
| HSV(B) | 302.73º | 0.24% | 0.73% | - |
| XYZ | 38.08 | 32.78 | 49.12 | - |
| YUV | 158.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 183 | 0 | 0.24 | 0.01 | 0.27 | 302.73 | 0.24 | 0.64 |
| Hex | B9 | 8D | B7 | 0 | 18 | 1 | 1B | 12F | 18 | 40 |
| Octal | 271 | 215 | 267 | 0 | 30 | 1 | 33 | 457 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10110111 | 0 | 11000 | 1 | 11011 | 100101111 | 11000 | 1000000 |
Color Harmonies of #B98DB7
Complementary color
Monochromatic Colors of #B98DB7
Black with #B98DB7
Text Example
Text Example
White with #B98DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DB7; }
p { color: rgb(185,141,183); }
H1.HeaderClassName
{
color: #B98DB7;
}
.AnyTagClassName
{
color: #B98DB7;
}
</style>
background-color css
<style>
a { background-color: #B98DB7; }
a { background-color: rgb(185,141,183); }
div.DivClassName
{
background-color: #B98DB7;
}
.BgClassName
{
background-color: #B98DB7;
}
</style>
border-color css
<style>
span { border-color: #B98DB7; }
span { border-color: rgb(185,141,183); }
td.TdClassName
{
border-color: #B98DB7;
}
.TagClassName
{
border-color: #B98DB7;
}
</style>