Shades of Moon Raker #B7A9DD
Tints of Moon Raker #B7A9DD
RGB
CMYK
RGB Variations
Color information
#B7A9DD (or 0xB7A9DD) is known color: Moon Raker. HEX triplet: B7, A9 and DD. RGB value is (183,169,221). Sum of RGB (Red+Green+Blue) = 183+169+221=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9DD is #485622. Grayscale: #B2B2B2. Windows color (decimal): -4740643 or 14526903. OLE color: 14526903.
HSL color Cylindrical-coordinate representation of color #B7A9DD: hue angle of 256.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A9DD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 169 | 221 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.13 |
| HSL | 256.15º | 0.43% | 0.76% | - |
| HSV(B) | 256.15º | 0.24% | 0.87% | - |
| XYZ | 46.77 | 43.66 | 74.37 | - |
| YUV | 179.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 221 | 0.17 | 0.24 | 0 | 0.13 | 256.15 | 0.43 | 0.76 |
| Hex | B7 | A9 | DD | 11 | 18 | 0 | D | 100 | 2B | 4C |
| Octal | 267 | 251 | 335 | 21 | 30 | 0 | 15 | 400 | 53 | 114 |
| Binary | 10110111 | 10101001 | 11011101 | 10001 | 11000 | 0 | 1101 | 100000000 | 101011 | 1001100 |
Color Harmonies of #B7A9DD
Complementary color
Monochromatic Colors of #B7A9DD
Black with #B7A9DD
Text Example
Text Example
White with #B7A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A9DD; }
p { color: rgb(183,169,221); }
H1.HeaderClassName
{
color: #B7A9DD;
}
.AnyTagClassName
{
color: #B7A9DD;
}
</style>
background-color css
<style>
a { background-color: #B7A9DD; }
a { background-color: rgb(183,169,221); }
div.DivClassName
{
background-color: #B7A9DD;
}
.BgClassName
{
background-color: #B7A9DD;
}
</style>
border-color css
<style>
span { border-color: #B7A9DD; }
span { border-color: rgb(183,169,221); }
td.TdClassName
{
border-color: #B7A9DD;
}
.TagClassName
{
border-color: #B7A9DD;
}
</style>