Shades of London Hue #B79FB4
Tints of London Hue #B79FB4
RGB
CMYK
RGB Variations
Color information
#B79FB4 (or 0xB79FB4) is known color: London Hue. HEX triplet: B7, 9F and B4. RGB value is (183,159,180). Sum of RGB (Red+Green+Blue) = 183+159+180=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B79FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FB4 is #48604B. Grayscale: #A8A8A8. Windows color (decimal): -4743244 or 11837367. OLE color: 11837367.
HSL color Cylindrical-coordinate representation of color #B79FB4: hue angle of 307.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B79FB4 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 159 | 180 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.28 |
| HSL | 307.5º | 0.14% | 0.67% | - |
| HSV(B) | 307.5º | 0.13% | 0.72% | - |
| XYZ | 40.16 | 38.16 | 48.43 | - |
| YUV | 168.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 159 | 180 | 0 | 0.13 | 0.02 | 0.28 | 307.5 | 0.14 | 0.67 |
| Hex | B7 | 9F | B4 | 0 | D | 2 | 1C | 134 | E | 43 |
| Octal | 267 | 237 | 264 | 0 | 15 | 2 | 34 | 464 | 16 | 103 |
| Binary | 10110111 | 10011111 | 10110100 | 0 | 1101 | 10 | 11100 | 100110100 | 1110 | 1000011 |
Color Harmonies of #B79FB4
Complementary color
Monochromatic Colors of #B79FB4
Black with #B79FB4
Text Example
Text Example
White with #B79FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79FB4; }
p { color: rgb(183,159,180); }
H1.HeaderClassName
{
color: #B79FB4;
}
.AnyTagClassName
{
color: #B79FB4;
}
</style>
background-color css
<style>
a { background-color: #B79FB4; }
a { background-color: rgb(183,159,180); }
div.DivClassName
{
background-color: #B79FB4;
}
.BgClassName
{
background-color: #B79FB4;
}
</style>
border-color css
<style>
span { border-color: #B79FB4; }
span { border-color: rgb(183,159,180); }
td.TdClassName
{
border-color: #B79FB4;
}
.TagClassName
{
border-color: #B79FB4;
}
</style>