Shades of Moon Raker #B3A8DA
Tints of Moon Raker #B3A8DA
RGB
CMYK
RGB Variations
Color information
#B3A8DA (or 0xB3A8DA) is known color: Moon Raker. HEX triplet: B3, A8 and DA. RGB value is (179,168,218). Sum of RGB (Red+Green+Blue) = 179+168+218=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8DA is #4C5725. Grayscale: #B0B0B0. Windows color (decimal): -5003046 or 14330035. OLE color: 14330035.
HSL color Cylindrical-coordinate representation of color #B3A8DA: hue angle of 253.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A8DA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 168 | 218 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.15 |
| HSL | 253.2º | 0.4% | 0.76% | - |
| HSV(B) | 253.2º | 0.23% | 0.85% | - |
| XYZ | 45.25 | 42.65 | 72.18 | - |
| YUV | 176.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 218 | 0.18 | 0.23 | 0 | 0.15 | 253.2 | 0.4 | 0.76 |
| Hex | B3 | A8 | DA | 12 | 17 | 0 | F | FD | 28 | 4C |
| Octal | 263 | 250 | 332 | 22 | 27 | 0 | 17 | 375 | 50 | 114 |
| Binary | 10110011 | 10101000 | 11011010 | 10010 | 10111 | 0 | 1111 | 11111101 | 101000 | 1001100 |
Color Harmonies of #B3A8DA
Complementary color
Monochromatic Colors of #B3A8DA
Black with #B3A8DA
Text Example
Text Example
White with #B3A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8DA; }
p { color: rgb(179,168,218); }
H1.HeaderClassName
{
color: #B3A8DA;
}
.AnyTagClassName
{
color: #B3A8DA;
}
</style>
background-color css
<style>
a { background-color: #B3A8DA; }
a { background-color: rgb(179,168,218); }
div.DivClassName
{
background-color: #B3A8DA;
}
.BgClassName
{
background-color: #B3A8DA;
}
</style>
border-color css
<style>
span { border-color: #B3A8DA; }
span { border-color: rgb(179,168,218); }
td.TdClassName
{
border-color: #B3A8DA;
}
.TagClassName
{
border-color: #B3A8DA;
}
</style>