Shades of Moody Blue #8C89BB
Tints of Moody Blue #8C89BB
RGB
CMYK
RGB Variations
Color information
#8C89BB (or 0x8C89BB) is known color: Moody Blue. HEX triplet: 8C, 89 and BB. RGB value is (140,137,187). Sum of RGB (Red+Green+Blue) = 140+137+187=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89BB is #737644. Grayscale: #8F8F8F. Windows color (decimal): -7566917 or 12290444. OLE color: 12290444.
HSL color Cylindrical-coordinate representation of color #8C89BB: hue angle of 243.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C89BB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 137 | 187 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.27 |
| HSL | 243.6º | 0.27% | 0.64% | - |
| HSV(B) | 243.6º | 0.27% | 0.73% | - |
| XYZ | 28.73 | 27.05 | 50.72 | - |
| YUV | 143.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 187 | 0.25 | 0.27 | 0 | 0.27 | 243.6 | 0.27 | 0.64 |
| Hex | 8C | 89 | BB | 19 | 1B | 0 | 1B | F4 | 1B | 40 |
| Octal | 214 | 211 | 273 | 31 | 33 | 0 | 33 | 364 | 33 | 100 |
| Binary | 10001100 | 10001001 | 10111011 | 11001 | 11011 | 0 | 11011 | 11110100 | 11011 | 1000000 |
Color Harmonies of #8C89BB
Complementary color
Monochromatic Colors of #8C89BB
Black with #8C89BB
Text Example
Text Example
White with #8C89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89BB; }
p { color: rgb(140,137,187); }
H1.HeaderClassName
{
color: #8C89BB;
}
.AnyTagClassName
{
color: #8C89BB;
}
</style>
background-color css
<style>
a { background-color: #8C89BB; }
a { background-color: rgb(140,137,187); }
div.DivClassName
{
background-color: #8C89BB;
}
.BgClassName
{
background-color: #8C89BB;
}
</style>
border-color css
<style>
span { border-color: #8C89BB; }
span { border-color: rgb(140,137,187); }
td.TdClassName
{
border-color: #8C89BB;
}
.TagClassName
{
border-color: #8C89BB;
}
</style>