Shades of Moody Blue #8C89BD
Tints of Moody Blue #8C89BD
RGB
CMYK
RGB Variations
Color information
#8C89BD (or 0x8C89BD) is known color: Moody Blue. HEX triplet: 8C, 89 and BD. RGB value is (140,137,189). Sum of RGB (Red+Green+Blue) = 140+137+189=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89BD is #737642. Grayscale: #8F8F8F. Windows color (decimal): -7566915 or 12421516. OLE color: 12421516.
HSL color Cylindrical-coordinate representation of color #8C89BD: hue angle of 243.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C89BD is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 137 | 189 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.26 |
| HSL | 243.46º | 0.28% | 0.64% | - |
| HSV(B) | 243.46º | 0.28% | 0.74% | - |
| XYZ | 28.95 | 27.14 | 51.86 | - |
| YUV | 143.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 189 | 0.26 | 0.28 | 0 | 0.26 | 243.46 | 0.28 | 0.64 |
| Hex | 8C | 89 | BD | 1A | 1C | 0 | 1A | F3 | 1C | 40 |
| Octal | 214 | 211 | 275 | 32 | 34 | 0 | 32 | 363 | 34 | 100 |
| Binary | 10001100 | 10001001 | 10111101 | 11010 | 11100 | 0 | 11010 | 11110011 | 11100 | 1000000 |
Color Harmonies of #8C89BD
Complementary color
Monochromatic Colors of #8C89BD
Black with #8C89BD
Text Example
Text Example
White with #8C89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89BD; }
p { color: rgb(140,137,189); }
H1.HeaderClassName
{
color: #8C89BD;
}
.AnyTagClassName
{
color: #8C89BD;
}
</style>
background-color css
<style>
a { background-color: #8C89BD; }
a { background-color: rgb(140,137,189); }
div.DivClassName
{
background-color: #8C89BD;
}
.BgClassName
{
background-color: #8C89BD;
}
</style>
border-color css
<style>
span { border-color: #8C89BD; }
span { border-color: rgb(140,137,189); }
td.TdClassName
{
border-color: #8C89BD;
}
.TagClassName
{
border-color: #8C89BD;
}
</style>