Shades of Moody Blue #8D7FBC
Tints of Moody Blue #8D7FBC
RGB
CMYK
RGB Variations
Color information
#8D7FBC (or 0x8D7FBC) is known color: Moody Blue. HEX triplet: 8D, 7F and BC. RGB value is (141,127,188). Sum of RGB (Red+Green+Blue) = 141+127+188=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FBC is #728043. Grayscale: #898989. Windows color (decimal): -7503940 or 12353421. OLE color: 12353421.
HSL color Cylindrical-coordinate representation of color #8D7FBC: hue angle of 253.77º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7FBC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 127 | 188 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.26 |
| HSL | 253.77º | 0.31% | 0.62% | - |
| HSV(B) | 253.77º | 0.32% | 0.74% | - |
| XYZ | 27.65 | 24.47 | 50.84 | - |
| YUV | 138.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 188 | 0.25 | 0.32 | 0 | 0.26 | 253.77 | 0.31 | 0.62 |
| Hex | 8D | 7F | BC | 19 | 20 | 0 | 1A | FE | 1F | 3E |
| Octal | 215 | 177 | 274 | 31 | 40 | 0 | 32 | 376 | 37 | 76 |
| Binary | 10001101 | 1111111 | 10111100 | 11001 | 100000 | 0 | 11010 | 11111110 | 11111 | 111110 |
Color Harmonies of #8D7FBC
Complementary color
Monochromatic Colors of #8D7FBC
Black with #8D7FBC
Text Example
Text Example
White with #8D7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7FBC; }
p { color: rgb(141,127,188); }
H1.HeaderClassName
{
color: #8D7FBC;
}
.AnyTagClassName
{
color: #8D7FBC;
}
</style>
background-color css
<style>
a { background-color: #8D7FBC; }
a { background-color: rgb(141,127,188); }
div.DivClassName
{
background-color: #8D7FBC;
}
.BgClassName
{
background-color: #8D7FBC;
}
</style>
border-color css
<style>
span { border-color: #8D7FBC; }
span { border-color: rgb(141,127,188); }
td.TdClassName
{
border-color: #8D7FBC;
}
.TagClassName
{
border-color: #8D7FBC;
}
</style>