Shades of Moon Raker #B7A7D1
Tints of Moon Raker #B7A7D1
RGB
CMYK
RGB Variations
Color information
#B7A7D1 (or 0xB7A7D1) is known color: Moon Raker. HEX triplet: B7, A7 and D1. RGB value is (183,167,209). Sum of RGB (Red+Green+Blue) = 183+167+209=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7A7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7D1 is #48582E. Grayscale: #B0B0B0. Windows color (decimal): -4741167 or 13739959. OLE color: 13739959.
HSL color Cylindrical-coordinate representation of color #B7A7D1: hue angle of 262.86º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7A7D1 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 167 | 209 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.18 |
| HSL | 262.86º | 0.31% | 0.74% | - |
| HSV(B) | 262.86º | 0.2% | 0.82% | - |
| XYZ | 44.86 | 42.31 | 66.12 | - |
| YUV | 176.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 209 | 0.12 | 0.20 | 0 | 0.18 | 262.86 | 0.31 | 0.74 |
| Hex | B7 | A7 | D1 | C | 14 | 0 | 12 | 107 | 1F | 4A |
| Octal | 267 | 247 | 321 | 14 | 24 | 0 | 22 | 407 | 37 | 112 |
| Binary | 10110111 | 10100111 | 11010001 | 1100 | 10100 | 0 | 10010 | 100000111 | 11111 | 1001010 |
Color Harmonies of #B7A7D1
Complementary color
Monochromatic Colors of #B7A7D1
Black with #B7A7D1
Text Example
Text Example
White with #B7A7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7D1; }
p { color: rgb(183,167,209); }
H1.HeaderClassName
{
color: #B7A7D1;
}
.AnyTagClassName
{
color: #B7A7D1;
}
</style>
background-color css
<style>
a { background-color: #B7A7D1; }
a { background-color: rgb(183,167,209); }
div.DivClassName
{
background-color: #B7A7D1;
}
.BgClassName
{
background-color: #B7A7D1;
}
</style>
border-color css
<style>
span { border-color: #B7A7D1; }
span { border-color: rgb(183,167,209); }
td.TdClassName
{
border-color: #B7A7D1;
}
.TagClassName
{
border-color: #B7A7D1;
}
</style>