Shades of Moon Raker #B9A5E9
Tints of Moon Raker #B9A5E9
RGB
CMYK
RGB Variations
Color information
#B9A5E9 (or 0xB9A5E9) is known color: Moon Raker. HEX triplet: B9, A5 and E9. RGB value is (185,165,233). Sum of RGB (Red+Green+Blue) = 185+165+233=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9A5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5E9 is #465A16. Grayscale: #B2B2B2. Windows color (decimal): -4610583 or 15312313. OLE color: 15312313.
HSL color Cylindrical-coordinate representation of color #B9A5E9: hue angle of 257.65º 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 #B9A5E9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 165 | 233 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.09 |
| HSL | 257.65º | 0.61% | 0.78% | - |
| HSV(B) | 257.65º | 0.29% | 0.91% | - |
| XYZ | 48.17 | 43.11 | 82.87 | - |
| YUV | 178.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 233 | 0.21 | 0.29 | 0 | 0.09 | 257.65 | 0.61 | 0.78 |
| Hex | B9 | A5 | E9 | 15 | 1D | 0 | 9 | 102 | 3D | 4E |
| Octal | 271 | 245 | 351 | 25 | 35 | 0 | 11 | 402 | 75 | 116 |
| Binary | 10111001 | 10100101 | 11101001 | 10101 | 11101 | 0 | 1001 | 100000010 | 111101 | 1001110 |
Color Harmonies of #B9A5E9
Complementary color
Monochromatic Colors of #B9A5E9
Black with #B9A5E9
Text Example
Text Example
White with #B9A5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A5E9; }
p { color: rgb(185,165,233); }
H1.HeaderClassName
{
color: #B9A5E9;
}
.AnyTagClassName
{
color: #B9A5E9;
}
</style>
background-color css
<style>
a { background-color: #B9A5E9; }
a { background-color: rgb(185,165,233); }
div.DivClassName
{
background-color: #B9A5E9;
}
.BgClassName
{
background-color: #B9A5E9;
}
</style>
border-color css
<style>
span { border-color: #B9A5E9; }
span { border-color: rgb(185,165,233); }
td.TdClassName
{
border-color: #B9A5E9;
}
.TagClassName
{
border-color: #B9A5E9;
}
</style>