Shades of Moody Blue #8C87BE
Tints of Moody Blue #8C87BE
RGB
CMYK
RGB Variations
Color information
#8C87BE (or 0x8C87BE) is known color: Moody Blue. HEX triplet: 8C, 87 and BE. RGB value is (140,135,190). Sum of RGB (Red+Green+Blue) = 140+135+190=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87BE is #737841. Grayscale: #8E8E8E. Windows color (decimal): -7567426 or 12486540. OLE color: 12486540.
HSL color Cylindrical-coordinate representation of color #8C87BE: hue angle of 245.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C87BE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 135 | 190 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.25 |
| HSL | 245.45º | 0.3% | 0.64% | - |
| HSV(B) | 245.45º | 0.29% | 0.75% | - |
| XYZ | 28.77 | 26.62 | 52.34 | - |
| YUV | 142.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 190 | 0.26 | 0.29 | 0 | 0.25 | 245.45 | 0.3 | 0.64 |
| Hex | 8C | 87 | BE | 1A | 1D | 0 | 19 | F5 | 1E | 40 |
| Octal | 214 | 207 | 276 | 32 | 35 | 0 | 31 | 365 | 36 | 100 |
| Binary | 10001100 | 10000111 | 10111110 | 11010 | 11101 | 0 | 11001 | 11110101 | 11110 | 1000000 |
Color Harmonies of #8C87BE
Complementary color
Monochromatic Colors of #8C87BE
Black with #8C87BE
Text Example
Text Example
White with #8C87BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C87BE; }
p { color: rgb(140,135,190); }
H1.HeaderClassName
{
color: #8C87BE;
}
.AnyTagClassName
{
color: #8C87BE;
}
</style>
background-color css
<style>
a { background-color: #8C87BE; }
a { background-color: rgb(140,135,190); }
div.DivClassName
{
background-color: #8C87BE;
}
.BgClassName
{
background-color: #8C87BE;
}
</style>
border-color css
<style>
span { border-color: #8C87BE; }
span { border-color: rgb(140,135,190); }
td.TdClassName
{
border-color: #8C87BE;
}
.TagClassName
{
border-color: #8C87BE;
}
</style>