Shades of Moon Raker #B7A9DE
Tints of Moon Raker #B7A9DE
RGB
CMYK
RGB Variations
Color information
#B7A9DE (or 0xB7A9DE) is known color: Moon Raker. HEX triplet: B7, A9 and DE. RGB value is (183,169,222). Sum of RGB (Red+Green+Blue) = 183+169+222=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7A9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9DE is #485621. Grayscale: #B3B3B3. Windows color (decimal): -4740642 or 14592439. OLE color: 14592439.
HSL color Cylindrical-coordinate representation of color #B7A9DE: hue angle of 255.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A9DE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 169 | 222 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.13 |
| HSL | 255.85º | 0.45% | 0.77% | - |
| HSV(B) | 255.85º | 0.24% | 0.87% | - |
| XYZ | 46.9 | 43.72 | 75.07 | - |
| YUV | 179.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 222 | 0.18 | 0.24 | 0 | 0.13 | 255.85 | 0.45 | 0.77 |
| Hex | B7 | A9 | DE | 12 | 18 | 0 | D | 100 | 2D | 4D |
| Octal | 267 | 251 | 336 | 22 | 30 | 0 | 15 | 400 | 55 | 115 |
| Binary | 10110111 | 10101001 | 11011110 | 10010 | 11000 | 0 | 1101 | 100000000 | 101101 | 1001101 |
Color Harmonies of #B7A9DE
Complementary color
Monochromatic Colors of #B7A9DE
Black with #B7A9DE
Text Example
Text Example
White with #B7A9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A9DE; }
p { color: rgb(183,169,222); }
H1.HeaderClassName
{
color: #B7A9DE;
}
.AnyTagClassName
{
color: #B7A9DE;
}
</style>
background-color css
<style>
a { background-color: #B7A9DE; }
a { background-color: rgb(183,169,222); }
div.DivClassName
{
background-color: #B7A9DE;
}
.BgClassName
{
background-color: #B7A9DE;
}
</style>
border-color css
<style>
span { border-color: #B7A9DE; }
span { border-color: rgb(183,169,222); }
td.TdClassName
{
border-color: #B7A9DE;
}
.TagClassName
{
border-color: #B7A9DE;
}
</style>