Shades of Moon Raker #B3A9DD
Tints of Moon Raker #B3A9DD
RGB
CMYK
RGB Variations
Color information
#B3A9DD (or 0xB3A9DD) is known color: Moon Raker. HEX triplet: B3, A9 and DD. RGB value is (179,169,221). Sum of RGB (Red+Green+Blue) = 179+169+221=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9DD is #4C5622. Grayscale: #B1B1B1. Windows color (decimal): -5002787 or 14526899. OLE color: 14526899.
HSL color Cylindrical-coordinate representation of color #B3A9DD: hue angle of 251.54º 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 #B3A9DD is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 169 | 221 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.13 |
| HSL | 251.54º | 0.43% | 0.76% | - |
| HSV(B) | 251.54º | 0.24% | 0.87% | - |
| XYZ | 45.83 | 43.18 | 74.33 | - |
| YUV | 177.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 221 | 0.19 | 0.24 | 0 | 0.13 | 251.54 | 0.43 | 0.76 |
| Hex | B3 | A9 | DD | 13 | 18 | 0 | D | FC | 2B | 4C |
| Octal | 263 | 251 | 335 | 23 | 30 | 0 | 15 | 374 | 53 | 114 |
| Binary | 10110011 | 10101001 | 11011101 | 10011 | 11000 | 0 | 1101 | 11111100 | 101011 | 1001100 |
Color Harmonies of #B3A9DD
Complementary color
Monochromatic Colors of #B3A9DD
Black with #B3A9DD
Text Example
Text Example
White with #B3A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A9DD; }
p { color: rgb(179,169,221); }
H1.HeaderClassName
{
color: #B3A9DD;
}
.AnyTagClassName
{
color: #B3A9DD;
}
</style>
background-color css
<style>
a { background-color: #B3A9DD; }
a { background-color: rgb(179,169,221); }
div.DivClassName
{
background-color: #B3A9DD;
}
.BgClassName
{
background-color: #B3A9DD;
}
</style>
border-color css
<style>
span { border-color: #B3A9DD; }
span { border-color: rgb(179,169,221); }
td.TdClassName
{
border-color: #B3A9DD;
}
.TagClassName
{
border-color: #B3A9DD;
}
</style>