Shades of Melrose #B7A8FF
Tints of Melrose #B7A8FF
RGB
CMYK
RGB Variations
Color information
#B7A8FF (or 0xB7A8FF) is known color: Melrose. HEX triplet: B7, A8 and FF. RGB value is (183,168,255). Sum of RGB (Red+Green+Blue) = 183+168+255=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A8FF is #485700. Grayscale: #B6B6B6. Windows color (decimal): -4740865 or 16754871. OLE color: 16754871.
HSL color Cylindrical-coordinate representation of color #B7A8FF: hue angle of 250.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7A8FF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 168 | 255 | - |
| CMYK | 0.28 | 0.34 | 0 | 0 |
| HSL | 250.34º | 1% | 0.83% | - |
| HSV(B) | 250.34º | 0.34% | 1% | - |
| XYZ | 51.58 | 45.29 | 100.63 | - |
| YUV | 182.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 255 | 0.28 | 0.34 | 0 | 0 | 250.34 | 1 | 0.83 |
| Hex | B7 | A8 | FF | 1C | 22 | 0 | 0 | FA | 64 | 53 |
| Octal | 267 | 250 | 377 | 34 | 42 | 0 | 0 | 372 | 144 | 123 |
| Binary | 10110111 | 10101000 | 11111111 | 11100 | 100010 | 0 | 0 | 11111010 | 1100100 | 1010011 |
Color Harmonies of #B7A8FF
Complementary color
Monochromatic Colors of #B7A8FF
Black with #B7A8FF
Text Example
Text Example
White with #B7A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8FF; }
p { color: rgb(183,168,255); }
H1.HeaderClassName
{
color: #B7A8FF;
}
.AnyTagClassName
{
color: #B7A8FF;
}
</style>
background-color css
<style>
a { background-color: #B7A8FF; }
a { background-color: rgb(183,168,255); }
div.DivClassName
{
background-color: #B7A8FF;
}
.BgClassName
{
background-color: #B7A8FF;
}
</style>
border-color css
<style>
span { border-color: #B7A8FF; }
span { border-color: rgb(183,168,255); }
td.TdClassName
{
border-color: #B7A8FF;
}
.TagClassName
{
border-color: #B7A8FF;
}
</style>