Shades of Moody Blue #8C7DBE
Tints of Moody Blue #8C7DBE
RGB
CMYK
RGB Variations
Color information
#8C7DBE (or 0x8C7DBE) is known color: Moody Blue. HEX triplet: 8C, 7D and BE. RGB value is (140,125,190). Sum of RGB (Red+Green+Blue) = 140+125+190=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DBE is #738241. Grayscale: #888888. Windows color (decimal): -7569986 or 12483980. OLE color: 12483980.
HSL color Cylindrical-coordinate representation of color #8C7DBE: hue angle of 253.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C7DBE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 125 | 190 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.25 |
| HSL | 253.85º | 0.33% | 0.62% | - |
| HSV(B) | 253.85º | 0.34% | 0.75% | - |
| XYZ | 27.44 | 23.96 | 51.89 | - |
| YUV | 136.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 190 | 0.26 | 0.34 | 0 | 0.25 | 253.85 | 0.33 | 0.62 |
| Hex | 8C | 7D | BE | 1A | 22 | 0 | 19 | FE | 21 | 3E |
| Octal | 214 | 175 | 276 | 32 | 42 | 0 | 31 | 376 | 41 | 76 |
| Binary | 10001100 | 1111101 | 10111110 | 11010 | 100010 | 0 | 11001 | 11111110 | 100001 | 111110 |
Color Harmonies of #8C7DBE
Complementary color
Monochromatic Colors of #8C7DBE
Black with #8C7DBE
Text Example
Text Example
White with #8C7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DBE; }
p { color: rgb(140,125,190); }
H1.HeaderClassName
{
color: #8C7DBE;
}
.AnyTagClassName
{
color: #8C7DBE;
}
</style>
background-color css
<style>
a { background-color: #8C7DBE; }
a { background-color: rgb(140,125,190); }
div.DivClassName
{
background-color: #8C7DBE;
}
.BgClassName
{
background-color: #8C7DBE;
}
</style>
border-color css
<style>
span { border-color: #8C7DBE; }
span { border-color: rgb(140,125,190); }
td.TdClassName
{
border-color: #8C7DBE;
}
.TagClassName
{
border-color: #8C7DBE;
}
</style>