Shades of Moon Raker #B8A7E1
Tints of Moon Raker #B8A7E1
RGB
CMYK
RGB Variations
Color information
#B8A7E1 (or 0xB8A7E1) is known color: Moon Raker. HEX triplet: B8, A7 and E1. RGB value is (184,167,225). Sum of RGB (Red+Green+Blue) = 184+167+225=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #B8A7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7E1 is #47581E. Grayscale: #B2B2B2. Windows color (decimal): -4675615 or 14788536. OLE color: 14788536.
HSL color Cylindrical-coordinate representation of color #B8A7E1: hue angle of 257.59º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8A7E1 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 167 | 225 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.12 |
| HSL | 257.59º | 0.49% | 0.77% | - |
| HSV(B) | 257.59º | 0.26% | 0.88% | - |
| XYZ | 47.18 | 43.26 | 77.1 | - |
| YUV | 178.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 225 | 0.18 | 0.26 | 0 | 0.12 | 257.59 | 0.49 | 0.77 |
| Hex | B8 | A7 | E1 | 12 | 1A | 0 | C | 102 | 31 | 4D |
| Octal | 270 | 247 | 341 | 22 | 32 | 0 | 14 | 402 | 61 | 115 |
| Binary | 10111000 | 10100111 | 11100001 | 10010 | 11010 | 0 | 1100 | 100000010 | 110001 | 1001101 |
Color Harmonies of #B8A7E1
Complementary color
Monochromatic Colors of #B8A7E1
Black with #B8A7E1
Text Example
Text Example
White with #B8A7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A7E1; }
p { color: rgb(184,167,225); }
H1.HeaderClassName
{
color: #B8A7E1;
}
.AnyTagClassName
{
color: #B8A7E1;
}
</style>
background-color css
<style>
a { background-color: #B8A7E1; }
a { background-color: rgb(184,167,225); }
div.DivClassName
{
background-color: #B8A7E1;
}
.BgClassName
{
background-color: #B8A7E1;
}
</style>
border-color css
<style>
span { border-color: #B8A7E1; }
span { border-color: rgb(184,167,225); }
td.TdClassName
{
border-color: #B8A7E1;
}
.TagClassName
{
border-color: #B8A7E1;
}
</style>