Shades of Moon Raker #B7A6D9
Tints of Moon Raker #B7A6D9
RGB
CMYK
RGB Variations
Color information
#B7A6D9 (or 0xB7A6D9) is known color: Moon Raker. HEX triplet: B7, A6 and D9. RGB value is (183,166,217). Sum of RGB (Red+Green+Blue) = 183+166+217=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7A6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6D9 is #485926. Grayscale: #B0B0B0. Windows color (decimal): -4741415 or 14263991. OLE color: 14263991.
HSL color Cylindrical-coordinate representation of color #B7A6D9: hue angle of 260º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A6D9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 166 | 217 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.15 |
| HSL | 260º | 0.4% | 0.75% | - |
| HSV(B) | 260º | 0.24% | 0.85% | - |
| XYZ | 45.69 | 42.35 | 71.41 | - |
| YUV | 176.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 217 | 0.16 | 0.24 | 0 | 0.15 | 260 | 0.4 | 0.75 |
| Hex | B7 | A6 | D9 | 10 | 18 | 0 | F | 104 | 28 | 4B |
| Octal | 267 | 246 | 331 | 20 | 30 | 0 | 17 | 404 | 50 | 113 |
| Binary | 10110111 | 10100110 | 11011001 | 10000 | 11000 | 0 | 1111 | 100000100 | 101000 | 1001011 |
Color Harmonies of #B7A6D9
Complementary color
Monochromatic Colors of #B7A6D9
Black with #B7A6D9
Text Example
Text Example
White with #B7A6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A6D9; }
p { color: rgb(183,166,217); }
H1.HeaderClassName
{
color: #B7A6D9;
}
.AnyTagClassName
{
color: #B7A6D9;
}
</style>
background-color css
<style>
a { background-color: #B7A6D9; }
a { background-color: rgb(183,166,217); }
div.DivClassName
{
background-color: #B7A6D9;
}
.BgClassName
{
background-color: #B7A6D9;
}
</style>
border-color css
<style>
span { border-color: #B7A6D9; }
span { border-color: rgb(183,166,217); }
td.TdClassName
{
border-color: #B7A6D9;
}
.TagClassName
{
border-color: #B7A6D9;
}
</style>