Shades of Moody Blue #8C7FBC
Tints of Moody Blue #8C7FBC
RGB
CMYK
RGB Variations
Color information
#8C7FBC (or 0x8C7FBC) is known color: Moody Blue. HEX triplet: 8C, 7F and BC. RGB value is (140,127,188). Sum of RGB (Red+Green+Blue) = 140+127+188=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FBC is #738043. Grayscale: #898989. Windows color (decimal): -7569476 or 12353420. OLE color: 12353420.
HSL color Cylindrical-coordinate representation of color #8C7FBC: hue angle of 252.79º 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 #8C7FBC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 127 | 188 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.26 |
| HSL | 252.79º | 0.31% | 0.62% | - |
| HSV(B) | 252.79º | 0.32% | 0.74% | - |
| XYZ | 27.48 | 24.39 | 50.84 | - |
| YUV | 137.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 188 | 0.26 | 0.32 | 0 | 0.26 | 252.79 | 0.31 | 0.62 |
| Hex | 8C | 7F | BC | 1A | 20 | 0 | 1A | FD | 1F | 3E |
| Octal | 214 | 177 | 274 | 32 | 40 | 0 | 32 | 375 | 37 | 76 |
| Binary | 10001100 | 1111111 | 10111100 | 11010 | 100000 | 0 | 11010 | 11111101 | 11111 | 111110 |
Color Harmonies of #8C7FBC
Complementary color
Monochromatic Colors of #8C7FBC
Black with #8C7FBC
Text Example
Text Example
White with #8C7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FBC; }
p { color: rgb(140,127,188); }
H1.HeaderClassName
{
color: #8C7FBC;
}
.AnyTagClassName
{
color: #8C7FBC;
}
</style>
background-color css
<style>
a { background-color: #8C7FBC; }
a { background-color: rgb(140,127,188); }
div.DivClassName
{
background-color: #8C7FBC;
}
.BgClassName
{
background-color: #8C7FBC;
}
</style>
border-color css
<style>
span { border-color: #8C7FBC; }
span { border-color: rgb(140,127,188); }
td.TdClassName
{
border-color: #8C7FBC;
}
.TagClassName
{
border-color: #8C7FBC;
}
</style>