Shades of Moon Raker #B7A8DC
Tints of Moon Raker #B7A8DC
RGB
CMYK
RGB Variations
Color information
#B7A8DC (or 0xB7A8DC) is known color: Moon Raker. HEX triplet: B7, A8 and DC. RGB value is (183,168,220). Sum of RGB (Red+Green+Blue) = 183+168+220=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8DC is #485723. Grayscale: #B2B2B2. Windows color (decimal): -4740900 or 14461111. OLE color: 14461111.
HSL color Cylindrical-coordinate representation of color #B7A8DC: hue angle of 257.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A8DC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 168 | 220 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.14 |
| HSL | 257.31º | 0.43% | 0.76% | - |
| HSV(B) | 257.31º | 0.24% | 0.86% | - |
| XYZ | 46.45 | 43.24 | 73.61 | - |
| YUV | 178.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 220 | 0.17 | 0.24 | 0 | 0.14 | 257.31 | 0.43 | 0.76 |
| Hex | B7 | A8 | DC | 11 | 18 | 0 | E | 101 | 2B | 4C |
| Octal | 267 | 250 | 334 | 21 | 30 | 0 | 16 | 401 | 53 | 114 |
| Binary | 10110111 | 10101000 | 11011100 | 10001 | 11000 | 0 | 1110 | 100000001 | 101011 | 1001100 |
Color Harmonies of #B7A8DC
Complementary color
Monochromatic Colors of #B7A8DC
Black with #B7A8DC
Text Example
Text Example
White with #B7A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8DC; }
p { color: rgb(183,168,220); }
H1.HeaderClassName
{
color: #B7A8DC;
}
.AnyTagClassName
{
color: #B7A8DC;
}
</style>
background-color css
<style>
a { background-color: #B7A8DC; }
a { background-color: rgb(183,168,220); }
div.DivClassName
{
background-color: #B7A8DC;
}
.BgClassName
{
background-color: #B7A8DC;
}
</style>
border-color css
<style>
span { border-color: #B7A8DC; }
span { border-color: rgb(183,168,220); }
td.TdClassName
{
border-color: #B7A8DC;
}
.TagClassName
{
border-color: #B7A8DC;
}
</style>