Shades of Moon Raker #B7A9DC
Tints of Moon Raker #B7A9DC
RGB
CMYK
RGB Variations
Color information
#B7A9DC (or 0xB7A9DC) is known color: Moon Raker. HEX triplet: B7, A9 and DC. RGB value is (183,169,220). Sum of RGB (Red+Green+Blue) = 183+169+220=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9DC is #485623. Grayscale: #B2B2B2. Windows color (decimal): -4740644 or 14461367. OLE color: 14461367.
HSL color Cylindrical-coordinate representation of color #B7A9DC: hue angle of 256.47º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A9DC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 169 | 220 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.14 |
| HSL | 256.47º | 0.42% | 0.76% | - |
| HSV(B) | 256.47º | 0.23% | 0.86% | - |
| XYZ | 46.63 | 43.61 | 73.67 | - |
| YUV | 179 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 220 | 0.17 | 0.23 | 0 | 0.14 | 256.47 | 0.42 | 0.76 |
| Hex | B7 | A9 | DC | 11 | 17 | 0 | E | 100 | 2A | 4C |
| Octal | 267 | 251 | 334 | 21 | 27 | 0 | 16 | 400 | 52 | 114 |
| Binary | 10110111 | 10101001 | 11011100 | 10001 | 10111 | 0 | 1110 | 100000000 | 101010 | 1001100 |
Color Harmonies of #B7A9DC
Complementary color
Monochromatic Colors of #B7A9DC
Black with #B7A9DC
Text Example
Text Example
White with #B7A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A9DC; }
p { color: rgb(183,169,220); }
H1.HeaderClassName
{
color: #B7A9DC;
}
.AnyTagClassName
{
color: #B7A9DC;
}
</style>
background-color css
<style>
a { background-color: #B7A9DC; }
a { background-color: rgb(183,169,220); }
div.DivClassName
{
background-color: #B7A9DC;
}
.BgClassName
{
background-color: #B7A9DC;
}
</style>
border-color css
<style>
span { border-color: #B7A9DC; }
span { border-color: rgb(183,169,220); }
td.TdClassName
{
border-color: #B7A9DC;
}
.TagClassName
{
border-color: #B7A9DC;
}
</style>