Shades of Melrose #B1A7EA
Tints of Melrose #B1A7EA
RGB
CMYK
RGB Variations
Color information
#B1A7EA (or 0xB1A7EA) is known color: Melrose. HEX triplet: B1, A7 and EA. RGB value is (177,167,234). Sum of RGB (Red+Green+Blue) = 177+167+234=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A7EA is #4E5815. Grayscale: #B1B1B1. Windows color (decimal): -5134358 or 15378353. OLE color: 15378353.
HSL color Cylindrical-coordinate representation of color #B1A7EA: hue angle of 248.96º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A7EA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 167 | 234 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.08 |
| HSL | 248.96º | 0.61% | 0.79% | - |
| HSV(B) | 248.96º | 0.29% | 0.92% | - |
| XYZ | 46.8 | 42.93 | 83.66 | - |
| YUV | 177.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 234 | 0.24 | 0.29 | 0 | 0.08 | 248.96 | 0.61 | 0.79 |
| Hex | B1 | A7 | EA | 18 | 1D | 0 | 8 | F9 | 3D | 4F |
| Octal | 261 | 247 | 352 | 30 | 35 | 0 | 10 | 371 | 75 | 117 |
| Binary | 10110001 | 10100111 | 11101010 | 11000 | 11101 | 0 | 1000 | 11111001 | 111101 | 1001111 |
Color Harmonies of #B1A7EA
Complementary color
Monochromatic Colors of #B1A7EA
Black with #B1A7EA
Text Example
Text Example
White with #B1A7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A7EA; }
p { color: rgb(177,167,234); }
H1.HeaderClassName
{
color: #B1A7EA;
}
.AnyTagClassName
{
color: #B1A7EA;
}
</style>
background-color css
<style>
a { background-color: #B1A7EA; }
a { background-color: rgb(177,167,234); }
div.DivClassName
{
background-color: #B1A7EA;
}
.BgClassName
{
background-color: #B1A7EA;
}
</style>
border-color css
<style>
span { border-color: #B1A7EA; }
span { border-color: rgb(177,167,234); }
td.TdClassName
{
border-color: #B1A7EA;
}
.TagClassName
{
border-color: #B1A7EA;
}
</style>