Shades of Moody Blue #8C88BA
Tints of Moody Blue #8C88BA
RGB
CMYK
RGB Variations
Color information
#8C88BA (or 0x8C88BA) is known color: Moody Blue. HEX triplet: 8C, 88 and BA. RGB value is (140,136,186). Sum of RGB (Red+Green+Blue) = 140+136+186=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88BA is #737745. Grayscale: #8E8E8E. Windows color (decimal): -7567174 or 12224652. OLE color: 12224652.
HSL color Cylindrical-coordinate representation of color #8C88BA: hue angle of 244.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C88BA is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 136 | 186 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.27 |
| HSL | 244.8º | 0.27% | 0.63% | - |
| HSV(B) | 244.8º | 0.27% | 0.73% | - |
| XYZ | 28.48 | 26.73 | 50.11 | - |
| YUV | 142.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 186 | 0.25 | 0.27 | 0 | 0.27 | 244.8 | 0.27 | 0.63 |
| Hex | 8C | 88 | BA | 19 | 1B | 0 | 1B | F5 | 1B | 3F |
| Octal | 214 | 210 | 272 | 31 | 33 | 0 | 33 | 365 | 33 | 77 |
| Binary | 10001100 | 10001000 | 10111010 | 11001 | 11011 | 0 | 11011 | 11110101 | 11011 | 111111 |
Color Harmonies of #8C88BA
Complementary color
Monochromatic Colors of #8C88BA
Black with #8C88BA
Text Example
Text Example
White with #8C88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C88BA; }
p { color: rgb(140,136,186); }
H1.HeaderClassName
{
color: #8C88BA;
}
.AnyTagClassName
{
color: #8C88BA;
}
</style>
background-color css
<style>
a { background-color: #8C88BA; }
a { background-color: rgb(140,136,186); }
div.DivClassName
{
background-color: #8C88BA;
}
.BgClassName
{
background-color: #8C88BA;
}
</style>
border-color css
<style>
span { border-color: #8C88BA; }
span { border-color: rgb(140,136,186); }
td.TdClassName
{
border-color: #8C88BA;
}
.TagClassName
{
border-color: #8C88BA;
}
</style>