Shades of Moon Raker #C7B7DA
Tints of Moon Raker #C7B7DA
RGB
CMYK
RGB Variations
Color information
#C7B7DA (or 0xC7B7DA) is known color: Moon Raker. HEX triplet: C7, B7 and DA. RGB value is (199,183,218). Sum of RGB (Red+Green+Blue) = 199+183+218=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7B7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7DA is #384825. Grayscale: #BFBFBF. Windows color (decimal): -3688486 or 14333895. OLE color: 14333895.
HSL color Cylindrical-coordinate representation of color #C7B7DA: hue angle of 267.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7B7DA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 183 | 218 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.15 |
| HSL | 267.43º | 0.32% | 0.79% | - |
| HSV(B) | 267.43º | 0.16% | 0.85% | - |
| XYZ | 53.14 | 51.07 | 73.39 | - |
| YUV | 191.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 218 | 0.09 | 0.16 | 0 | 0.15 | 267.43 | 0.32 | 0.79 |
| Hex | C7 | B7 | DA | 9 | 10 | 0 | F | 10B | 20 | 4F |
| Octal | 307 | 267 | 332 | 11 | 20 | 0 | 17 | 413 | 40 | 117 |
| Binary | 11000111 | 10110111 | 11011010 | 1001 | 10000 | 0 | 1111 | 100001011 | 100000 | 1001111 |
Color Harmonies of #C7B7DA
Complementary color
Monochromatic Colors of #C7B7DA
Black with #C7B7DA
Text Example
Text Example
White with #C7B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7DA; }
p { color: rgb(199,183,218); }
H1.HeaderClassName
{
color: #C7B7DA;
}
.AnyTagClassName
{
color: #C7B7DA;
}
</style>
background-color css
<style>
a { background-color: #C7B7DA; }
a { background-color: rgb(199,183,218); }
div.DivClassName
{
background-color: #C7B7DA;
}
.BgClassName
{
background-color: #C7B7DA;
}
</style>
border-color css
<style>
span { border-color: #C7B7DA; }
span { border-color: rgb(199,183,218); }
td.TdClassName
{
border-color: #C7B7DA;
}
.TagClassName
{
border-color: #C7B7DA;
}
</style>