Shades of Moon Raker #B5A4EA
Tints of Moon Raker #B5A4EA
RGB
CMYK
RGB Variations
Color information
#B5A4EA (or 0xB5A4EA) is known color: Moon Raker. HEX triplet: B5, A4 and EA. RGB value is (181,164,234). Sum of RGB (Red+Green+Blue) = 181+164+234=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A4EA is #4A5B15. Grayscale: #B0B0B0. Windows color (decimal): -4872982 or 15377589. OLE color: 15377589.
HSL color Cylindrical-coordinate representation of color #B5A4EA: hue angle of 254.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A4EA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 164 | 234 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.08 |
| HSL | 254.57º | 0.63% | 0.78% | - |
| HSV(B) | 254.57º | 0.3% | 0.92% | - |
| XYZ | 47.18 | 42.32 | 83.52 | - |
| YUV | 177.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 234 | 0.23 | 0.30 | 0 | 0.08 | 254.57 | 0.63 | 0.78 |
| Hex | B5 | A4 | EA | 17 | 1E | 0 | 8 | FF | 3E | 4E |
| Octal | 265 | 244 | 352 | 27 | 36 | 0 | 10 | 377 | 76 | 116 |
| Binary | 10110101 | 10100100 | 11101010 | 10111 | 11110 | 0 | 1000 | 11111111 | 111110 | 1001110 |
Color Harmonies of #B5A4EA
Complementary color
Monochromatic Colors of #B5A4EA
Black with #B5A4EA
Text Example
Text Example
White with #B5A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A4EA; }
p { color: rgb(181,164,234); }
H1.HeaderClassName
{
color: #B5A4EA;
}
.AnyTagClassName
{
color: #B5A4EA;
}
</style>
background-color css
<style>
a { background-color: #B5A4EA; }
a { background-color: rgb(181,164,234); }
div.DivClassName
{
background-color: #B5A4EA;
}
.BgClassName
{
background-color: #B5A4EA;
}
</style>
border-color css
<style>
span { border-color: #B5A4EA; }
span { border-color: rgb(181,164,234); }
td.TdClassName
{
border-color: #B5A4EA;
}
.TagClassName
{
border-color: #B5A4EA;
}
</style>