Shades of Moody Blue #8C7EBA
Tints of Moody Blue #8C7EBA
RGB
CMYK
RGB Variations
Color information
#8C7EBA (or 0x8C7EBA) is known color: Moody Blue. HEX triplet: 8C, 7E and BA. RGB value is (140,126,186). Sum of RGB (Red+Green+Blue) = 140+126+186=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EBA is #738145. Grayscale: #888888. Windows color (decimal): -7569734 or 12222092. OLE color: 12222092.
HSL color Cylindrical-coordinate representation of color #8C7EBA: hue angle of 254º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C7EBA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 126 | 186 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.27 |
| HSL | 254º | 0.3% | 0.61% | - |
| HSV(B) | 254º | 0.32% | 0.73% | - |
| XYZ | 27.14 | 24.04 | 49.66 | - |
| YUV | 137.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 186 | 0.25 | 0.32 | 0 | 0.27 | 254 | 0.3 | 0.61 |
| Hex | 8C | 7E | BA | 19 | 20 | 0 | 1B | FE | 1E | 3D |
| Octal | 214 | 176 | 272 | 31 | 40 | 0 | 33 | 376 | 36 | 75 |
| Binary | 10001100 | 1111110 | 10111010 | 11001 | 100000 | 0 | 11011 | 11111110 | 11110 | 111101 |
Color Harmonies of #8C7EBA
Complementary color
Monochromatic Colors of #8C7EBA
Black with #8C7EBA
Text Example
Text Example
White with #8C7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EBA; }
p { color: rgb(140,126,186); }
H1.HeaderClassName
{
color: #8C7EBA;
}
.AnyTagClassName
{
color: #8C7EBA;
}
</style>
background-color css
<style>
a { background-color: #8C7EBA; }
a { background-color: rgb(140,126,186); }
div.DivClassName
{
background-color: #8C7EBA;
}
.BgClassName
{
background-color: #8C7EBA;
}
</style>
border-color css
<style>
span { border-color: #8C7EBA; }
span { border-color: rgb(140,126,186); }
td.TdClassName
{
border-color: #8C7EBA;
}
.TagClassName
{
border-color: #8C7EBA;
}
</style>