Shades of Melrose #B7A8E7
Tints of Melrose #B7A8E7
RGB
CMYK
RGB Variations
Color information
#B7A8E7 (or 0xB7A8E7) is known color: Melrose. HEX triplet: B7, A8 and E7. RGB value is (183,168,231). Sum of RGB (Red+Green+Blue) = 183+168+231=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #B7A8E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A8E7 is #485718. Grayscale: #B3B3B3. Windows color (decimal): -4740889 or 15182007. OLE color: 15182007.
HSL color Cylindrical-coordinate representation of color #B7A8E7: hue angle of 254.29º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7A8E7 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 168 | 231 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.09 |
| HSL | 254.29º | 0.57% | 0.78% | - |
| HSV(B) | 254.29º | 0.27% | 0.91% | - |
| XYZ | 47.95 | 43.84 | 81.54 | - |
| YUV | 179.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 231 | 0.21 | 0.27 | 0 | 0.09 | 254.29 | 0.57 | 0.78 |
| Hex | B7 | A8 | E7 | 15 | 1B | 0 | 9 | FE | 39 | 4E |
| Octal | 267 | 250 | 347 | 25 | 33 | 0 | 11 | 376 | 71 | 116 |
| Binary | 10110111 | 10101000 | 11100111 | 10101 | 11011 | 0 | 1001 | 11111110 | 111001 | 1001110 |
Color Harmonies of #B7A8E7
Complementary color
Monochromatic Colors of #B7A8E7
Black with #B7A8E7
Text Example
Text Example
White with #B7A8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8E7; }
p { color: rgb(183,168,231); }
H1.HeaderClassName
{
color: #B7A8E7;
}
.AnyTagClassName
{
color: #B7A8E7;
}
</style>
background-color css
<style>
a { background-color: #B7A8E7; }
a { background-color: rgb(183,168,231); }
div.DivClassName
{
background-color: #B7A8E7;
}
.BgClassName
{
background-color: #B7A8E7;
}
</style>
border-color css
<style>
span { border-color: #B7A8E7; }
span { border-color: rgb(183,168,231); }
td.TdClassName
{
border-color: #B7A8E7;
}
.TagClassName
{
border-color: #B7A8E7;
}
</style>