Shades of Moon Raker #B4A8DD
Tints of Moon Raker #B4A8DD
RGB
CMYK
RGB Variations
Color information
#B4A8DD (or 0xB4A8DD) is known color: Moon Raker. HEX triplet: B4, A8 and DD. RGB value is (180,168,221). Sum of RGB (Red+Green+Blue) = 180+168+221=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8DD is #4B5722. Grayscale: #B1B1B1. Windows color (decimal): -4937507 or 14526644. OLE color: 14526644.
HSL color Cylindrical-coordinate representation of color #B4A8DD: hue angle of 253.58º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A8DD is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 168 | 221 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.13 |
| HSL | 253.58º | 0.44% | 0.76% | - |
| HSV(B) | 253.58º | 0.24% | 0.87% | - |
| XYZ | 45.88 | 42.93 | 74.27 | - |
| YUV | 177.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 221 | 0.19 | 0.24 | 0 | 0.13 | 253.58 | 0.44 | 0.76 |
| Hex | B4 | A8 | DD | 13 | 18 | 0 | D | FE | 2C | 4C |
| Octal | 264 | 250 | 335 | 23 | 30 | 0 | 15 | 376 | 54 | 114 |
| Binary | 10110100 | 10101000 | 11011101 | 10011 | 11000 | 0 | 1101 | 11111110 | 101100 | 1001100 |
Color Harmonies of #B4A8DD
Complementary color
Monochromatic Colors of #B4A8DD
Black with #B4A8DD
Text Example
Text Example
White with #B4A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8DD; }
p { color: rgb(180,168,221); }
H1.HeaderClassName
{
color: #B4A8DD;
}
.AnyTagClassName
{
color: #B4A8DD;
}
</style>
background-color css
<style>
a { background-color: #B4A8DD; }
a { background-color: rgb(180,168,221); }
div.DivClassName
{
background-color: #B4A8DD;
}
.BgClassName
{
background-color: #B4A8DD;
}
</style>
border-color css
<style>
span { border-color: #B4A8DD; }
span { border-color: rgb(180,168,221); }
td.TdClassName
{
border-color: #B4A8DD;
}
.TagClassName
{
border-color: #B4A8DD;
}
</style>