Shades of London Hue #B797AF
Tints of London Hue #B797AF
RGB
CMYK
RGB Variations
Color information
#B797AF (or 0xB797AF) is known color: London Hue. HEX triplet: B7, 97 and AF. RGB value is (183,151,175). Sum of RGB (Red+Green+Blue) = 183+151+175=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 183 - color contains mainly: red. Hex color #B797AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B797AF is #486850. Grayscale: #A3A3A3. Windows color (decimal): -4745297 or 11507639. OLE color: 11507639.
HSL color Cylindrical-coordinate representation of color #B797AF: hue angle of 315º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B797AF is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 175 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.28 |
| HSL | 315º | 0.18% | 0.65% | - |
| HSV(B) | 315º | 0.17% | 0.72% | - |
| XYZ | 38.33 | 35.3 | 45.35 | - |
| YUV | 163.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 175 | 0 | 0.17 | 0.04 | 0.28 | 315 | 0.18 | 0.65 |
| Hex | B7 | 97 | AF | 0 | 11 | 4 | 1C | 13B | 12 | 41 |
| Octal | 267 | 227 | 257 | 0 | 21 | 4 | 34 | 473 | 22 | 101 |
| Binary | 10110111 | 10010111 | 10101111 | 0 | 10001 | 100 | 11100 | 100111011 | 10010 | 1000001 |
Color Harmonies of #B797AF
Complementary color
Monochromatic Colors of #B797AF
Black with #B797AF
Text Example
Text Example
White with #B797AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797AF; }
p { color: rgb(183,151,175); }
H1.HeaderClassName
{
color: #B797AF;
}
.AnyTagClassName
{
color: #B797AF;
}
</style>
background-color css
<style>
a { background-color: #B797AF; }
a { background-color: rgb(183,151,175); }
div.DivClassName
{
background-color: #B797AF;
}
.BgClassName
{
background-color: #B797AF;
}
</style>
border-color css
<style>
span { border-color: #B797AF; }
span { border-color: rgb(183,151,175); }
td.TdClassName
{
border-color: #B797AF;
}
.TagClassName
{
border-color: #B797AF;
}
</style>