Shades of Moon Raker #B7A5E9
Tints of Moon Raker #B7A5E9
RGB
CMYK
RGB Variations
Color information
#B7A5E9 (or 0xB7A5E9) is known color: Moon Raker. HEX triplet: B7, A5 and E9. RGB value is (183,165,233). Sum of RGB (Red+Green+Blue) = 183+165+233=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #B7A5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A5E9 is #485A16. Grayscale: #B1B1B1. Windows color (decimal): -4741655 or 15312311. OLE color: 15312311.
HSL color Cylindrical-coordinate representation of color #B7A5E9: hue angle of 255.88º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A5E9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 165 | 233 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.09 |
| HSL | 255.88º | 0.61% | 0.78% | - |
| HSV(B) | 255.88º | 0.29% | 0.91% | - |
| XYZ | 47.69 | 42.86 | 82.85 | - |
| YUV | 178.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 233 | 0.21 | 0.29 | 0 | 0.09 | 255.88 | 0.61 | 0.78 |
| Hex | B7 | A5 | E9 | 15 | 1D | 0 | 9 | 100 | 3D | 4E |
| Octal | 267 | 245 | 351 | 25 | 35 | 0 | 11 | 400 | 75 | 116 |
| Binary | 10110111 | 10100101 | 11101001 | 10101 | 11101 | 0 | 1001 | 100000000 | 111101 | 1001110 |
Color Harmonies of #B7A5E9
Complementary color
Monochromatic Colors of #B7A5E9
Black with #B7A5E9
Text Example
Text Example
White with #B7A5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5E9; }
p { color: rgb(183,165,233); }
H1.HeaderClassName
{
color: #B7A5E9;
}
.AnyTagClassName
{
color: #B7A5E9;
}
</style>
background-color css
<style>
a { background-color: #B7A5E9; }
a { background-color: rgb(183,165,233); }
div.DivClassName
{
background-color: #B7A5E9;
}
.BgClassName
{
background-color: #B7A5E9;
}
</style>
border-color css
<style>
span { border-color: #B7A5E9; }
span { border-color: rgb(183,165,233); }
td.TdClassName
{
border-color: #B7A5E9;
}
.TagClassName
{
border-color: #B7A5E9;
}
</style>