Shades of Moody Blue #8C87BD
Tints of Moody Blue #8C87BD
RGB
CMYK
RGB Variations
Color information
#8C87BD (or 0x8C87BD) is known color: Moody Blue. HEX triplet: 8C, 87 and BD. RGB value is (140,135,189). Sum of RGB (Red+Green+Blue) = 140+135+189=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C87BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87BD is #737842. Grayscale: #8E8E8E. Windows color (decimal): -7567427 or 12421004. OLE color: 12421004.
HSL color Cylindrical-coordinate representation of color #8C87BD: hue angle of 245.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C87BD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 135 | 189 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.26 |
| HSL | 245.56º | 0.29% | 0.64% | - |
| HSV(B) | 245.56º | 0.29% | 0.74% | - |
| XYZ | 28.66 | 26.58 | 51.76 | - |
| YUV | 142.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 189 | 0.26 | 0.29 | 0 | 0.26 | 245.56 | 0.29 | 0.64 |
| Hex | 8C | 87 | BD | 1A | 1D | 0 | 1A | F6 | 1D | 40 |
| Octal | 214 | 207 | 275 | 32 | 35 | 0 | 32 | 366 | 35 | 100 |
| Binary | 10001100 | 10000111 | 10111101 | 11010 | 11101 | 0 | 11010 | 11110110 | 11101 | 1000000 |
Color Harmonies of #8C87BD
Complementary color
Monochromatic Colors of #8C87BD
Black with #8C87BD
Text Example
Text Example
White with #8C87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C87BD; }
p { color: rgb(140,135,189); }
H1.HeaderClassName
{
color: #8C87BD;
}
.AnyTagClassName
{
color: #8C87BD;
}
</style>
background-color css
<style>
a { background-color: #8C87BD; }
a { background-color: rgb(140,135,189); }
div.DivClassName
{
background-color: #8C87BD;
}
.BgClassName
{
background-color: #8C87BD;
}
</style>
border-color css
<style>
span { border-color: #8C87BD; }
span { border-color: rgb(140,135,189); }
td.TdClassName
{
border-color: #8C87BD;
}
.TagClassName
{
border-color: #8C87BD;
}
</style>