Shades of Moody Blue #8D7BCE
Tints of Moody Blue #8D7BCE
RGB
CMYK
RGB Variations
Color information
#8D7BCE (or 0x8D7BCE) is known color: Moody Blue. HEX triplet: 8D, 7B and CE. RGB value is (141,123,206). Sum of RGB (Red+Green+Blue) = 141+123+206=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D7BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BCE is #728431. Grayscale: #898989. Windows color (decimal): -7504946 or 13532045. OLE color: 13532045.
HSL color Cylindrical-coordinate representation of color #8D7BCE: hue angle of 253.01º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7BCE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 123 | 206 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.19 |
| HSL | 253.01º | 0.46% | 0.65% | - |
| HSV(B) | 253.01º | 0.4% | 0.81% | - |
| XYZ | 29.21 | 24.28 | 61.54 | - |
| YUV | 137.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 206 | 0.32 | 0.40 | 0 | 0.19 | 253.01 | 0.46 | 0.65 |
| Hex | 8D | 7B | CE | 20 | 28 | 0 | 13 | FD | 2E | 41 |
| Octal | 215 | 173 | 316 | 40 | 50 | 0 | 23 | 375 | 56 | 101 |
| Binary | 10001101 | 1111011 | 11001110 | 100000 | 101000 | 0 | 10011 | 11111101 | 101110 | 1000001 |
Color Harmonies of #8D7BCE
Complementary color
Monochromatic Colors of #8D7BCE
Black with #8D7BCE
Text Example
Text Example
White with #8D7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BCE; }
p { color: rgb(141,123,206); }
H1.HeaderClassName
{
color: #8D7BCE;
}
.AnyTagClassName
{
color: #8D7BCE;
}
</style>
background-color css
<style>
a { background-color: #8D7BCE; }
a { background-color: rgb(141,123,206); }
div.DivClassName
{
background-color: #8D7BCE;
}
.BgClassName
{
background-color: #8D7BCE;
}
</style>
border-color css
<style>
span { border-color: #8D7BCE; }
span { border-color: rgb(141,123,206); }
td.TdClassName
{
border-color: #8D7BCE;
}
.TagClassName
{
border-color: #8D7BCE;
}
</style>