Shades of Moon Raker #B3A8DC
Tints of Moon Raker #B3A8DC
RGB
CMYK
RGB Variations
Color information
#B3A8DC (or 0xB3A8DC) is known color: Moon Raker. HEX triplet: B3, A8 and DC. RGB value is (179,168,220). Sum of RGB (Red+Green+Blue) = 179+168+220=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8DC is #4C5723. Grayscale: #B1B1B1. Windows color (decimal): -5003044 or 14461107. OLE color: 14461107.
HSL color Cylindrical-coordinate representation of color #B3A8DC: hue angle of 252.69º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3A8DC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 168 | 220 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.14 |
| HSL | 252.69º | 0.43% | 0.76% | - |
| HSV(B) | 252.69º | 0.24% | 0.86% | - |
| XYZ | 45.51 | 42.76 | 73.56 | - |
| YUV | 177.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 220 | 0.19 | 0.24 | 0 | 0.14 | 252.69 | 0.43 | 0.76 |
| Hex | B3 | A8 | DC | 13 | 18 | 0 | E | FD | 2B | 4C |
| Octal | 263 | 250 | 334 | 23 | 30 | 0 | 16 | 375 | 53 | 114 |
| Binary | 10110011 | 10101000 | 11011100 | 10011 | 11000 | 0 | 1110 | 11111101 | 101011 | 1001100 |
Color Harmonies of #B3A8DC
Complementary color
Monochromatic Colors of #B3A8DC
Black with #B3A8DC
Text Example
Text Example
White with #B3A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8DC; }
p { color: rgb(179,168,220); }
H1.HeaderClassName
{
color: #B3A8DC;
}
.AnyTagClassName
{
color: #B3A8DC;
}
</style>
background-color css
<style>
a { background-color: #B3A8DC; }
a { background-color: rgb(179,168,220); }
div.DivClassName
{
background-color: #B3A8DC;
}
.BgClassName
{
background-color: #B3A8DC;
}
</style>
border-color css
<style>
span { border-color: #B3A8DC; }
span { border-color: rgb(179,168,220); }
td.TdClassName
{
border-color: #B3A8DC;
}
.TagClassName
{
border-color: #B3A8DC;
}
</style>