Shades of Moon Raker #B7A8CD
Tints of Moon Raker #B7A8CD
RGB
CMYK
RGB Variations
Color information
#B7A8CD (or 0xB7A8CD) is known color: Moon Raker. HEX triplet: B7, A8 and CD. RGB value is (183,168,205). Sum of RGB (Red+Green+Blue) = 183+168+205=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8CD is #485732. Grayscale: #B0B0B0. Windows color (decimal): -4740915 or 13478071. OLE color: 13478071.
HSL color Cylindrical-coordinate representation of color #B7A8CD: hue angle of 264.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7A8CD is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 168 | 205 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.20 |
| HSL | 264.32º | 0.27% | 0.73% | - |
| HSV(B) | 264.32º | 0.18% | 0.8% | - |
| XYZ | 44.55 | 42.48 | 63.61 | - |
| YUV | 176.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 205 | 0.11 | 0.18 | 0 | 0.20 | 264.32 | 0.27 | 0.73 |
| Hex | B7 | A8 | CD | B | 12 | 0 | 14 | 108 | 1B | 49 |
| Octal | 267 | 250 | 315 | 13 | 22 | 0 | 24 | 410 | 33 | 111 |
| Binary | 10110111 | 10101000 | 11001101 | 1011 | 10010 | 0 | 10100 | 100001000 | 11011 | 1001001 |
Color Harmonies of #B7A8CD
Complementary color
Monochromatic Colors of #B7A8CD
Black with #B7A8CD
Text Example
Text Example
White with #B7A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8CD; }
p { color: rgb(183,168,205); }
H1.HeaderClassName
{
color: #B7A8CD;
}
.AnyTagClassName
{
color: #B7A8CD;
}
</style>
background-color css
<style>
a { background-color: #B7A8CD; }
a { background-color: rgb(183,168,205); }
div.DivClassName
{
background-color: #B7A8CD;
}
.BgClassName
{
background-color: #B7A8CD;
}
</style>
border-color css
<style>
span { border-color: #B7A8CD; }
span { border-color: rgb(183,168,205); }
td.TdClassName
{
border-color: #B7A8CD;
}
.TagClassName
{
border-color: #B7A8CD;
}
</style>