Shades of Moon Raker #B7A5D8
Tints of Moon Raker #B7A5D8
RGB
CMYK
RGB Variations
Color information
#B7A5D8 (or 0xB7A5D8) is known color: Moon Raker. HEX triplet: B7, A5 and D8. RGB value is (183,165,216). Sum of RGB (Red+Green+Blue) = 183+165+216=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7A5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5D8 is #485A27. Grayscale: #B0B0B0. Windows color (decimal): -4741672 or 14198199. OLE color: 14198199.
HSL color Cylindrical-coordinate representation of color #B7A5D8: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A5D8 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 165 | 216 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.15 |
| HSL | 261.18º | 0.4% | 0.75% | - |
| HSV(B) | 261.18º | 0.24% | 0.85% | - |
| XYZ | 45.38 | 41.94 | 70.67 | - |
| YUV | 176.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 216 | 0.15 | 0.24 | 0 | 0.15 | 261.18 | 0.4 | 0.75 |
| Hex | B7 | A5 | D8 | F | 18 | 0 | F | 105 | 28 | 4B |
| Octal | 267 | 245 | 330 | 17 | 30 | 0 | 17 | 405 | 50 | 113 |
| Binary | 10110111 | 10100101 | 11011000 | 1111 | 11000 | 0 | 1111 | 100000101 | 101000 | 1001011 |
Color Harmonies of #B7A5D8
Complementary color
Monochromatic Colors of #B7A5D8
Black with #B7A5D8
Text Example
Text Example
White with #B7A5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5D8; }
p { color: rgb(183,165,216); }
H1.HeaderClassName
{
color: #B7A5D8;
}
.AnyTagClassName
{
color: #B7A5D8;
}
</style>
background-color css
<style>
a { background-color: #B7A5D8; }
a { background-color: rgb(183,165,216); }
div.DivClassName
{
background-color: #B7A5D8;
}
.BgClassName
{
background-color: #B7A5D8;
}
</style>
border-color css
<style>
span { border-color: #B7A5D8; }
span { border-color: rgb(183,165,216); }
td.TdClassName
{
border-color: #B7A5D8;
}
.TagClassName
{
border-color: #B7A5D8;
}
</style>