Shades of Moon Raker #B4A8DB
Tints of Moon Raker #B4A8DB
RGB
CMYK
RGB Variations
Color information
#B4A8DB (or 0xB4A8DB) is known color: Moon Raker. HEX triplet: B4, A8 and DB. RGB value is (180,168,219). Sum of RGB (Red+Green+Blue) = 180+168+219=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8DB is #4B5724. Grayscale: #B1B1B1. Windows color (decimal): -4937509 or 14395572. OLE color: 14395572.
HSL color Cylindrical-coordinate representation of color #B4A8DB: hue angle of 254.12º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4A8DB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 168 | 219 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.14 |
| HSL | 254.12º | 0.41% | 0.76% | - |
| HSV(B) | 254.12º | 0.23% | 0.86% | - |
| XYZ | 45.61 | 42.82 | 72.88 | - |
| YUV | 177.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 219 | 0.18 | 0.23 | 0 | 0.14 | 254.12 | 0.41 | 0.76 |
| Hex | B4 | A8 | DB | 12 | 17 | 0 | E | FE | 29 | 4C |
| Octal | 264 | 250 | 333 | 22 | 27 | 0 | 16 | 376 | 51 | 114 |
| Binary | 10110100 | 10101000 | 11011011 | 10010 | 10111 | 0 | 1110 | 11111110 | 101001 | 1001100 |
Color Harmonies of #B4A8DB
Complementary color
Monochromatic Colors of #B4A8DB
Black with #B4A8DB
Text Example
Text Example
White with #B4A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8DB; }
p { color: rgb(180,168,219); }
H1.HeaderClassName
{
color: #B4A8DB;
}
.AnyTagClassName
{
color: #B4A8DB;
}
</style>
background-color css
<style>
a { background-color: #B4A8DB; }
a { background-color: rgb(180,168,219); }
div.DivClassName
{
background-color: #B4A8DB;
}
.BgClassName
{
background-color: #B4A8DB;
}
</style>
border-color css
<style>
span { border-color: #B4A8DB; }
span { border-color: rgb(180,168,219); }
td.TdClassName
{
border-color: #B4A8DB;
}
.TagClassName
{
border-color: #B4A8DB;
}
</style>