Shades of Moody Blue #8786BA
Tints of Moody Blue #8786BA
RGB
CMYK
RGB Variations
Color information
#8786BA (or 0x8786BA) is known color: Moody Blue. HEX triplet: 87, 86 and BA. RGB value is (135,134,186). Sum of RGB (Red+Green+Blue) = 135+134+186=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #8786BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8786BA is #787945. Grayscale: #8C8C8C. Windows color (decimal): -7895366 or 12224135. OLE color: 12224135.
HSL color Cylindrical-coordinate representation of color #8786BA: hue angle of 241.15º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8786BA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 134 | 186 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.27 |
| HSL | 241.15º | 0.27% | 0.63% | - |
| HSV(B) | 241.15º | 0.28% | 0.73% | - |
| XYZ | 27.38 | 25.75 | 49.98 | - |
| YUV | 140.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 186 | 0.27 | 0.28 | 0 | 0.27 | 241.15 | 0.27 | 0.63 |
| Hex | 87 | 86 | BA | 1B | 1C | 0 | 1B | F1 | 1B | 3F |
| Octal | 207 | 206 | 272 | 33 | 34 | 0 | 33 | 361 | 33 | 77 |
| Binary | 10000111 | 10000110 | 10111010 | 11011 | 11100 | 0 | 11011 | 11110001 | 11011 | 111111 |
Color Harmonies of #8786BA
Complementary color
Monochromatic Colors of #8786BA
Black with #8786BA
Text Example
Text Example
White with #8786BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8786BA; }
p { color: rgb(135,134,186); }
H1.HeaderClassName
{
color: #8786BA;
}
.AnyTagClassName
{
color: #8786BA;
}
</style>
background-color css
<style>
a { background-color: #8786BA; }
a { background-color: rgb(135,134,186); }
div.DivClassName
{
background-color: #8786BA;
}
.BgClassName
{
background-color: #8786BA;
}
</style>
border-color css
<style>
span { border-color: #8786BA; }
span { border-color: rgb(135,134,186); }
td.TdClassName
{
border-color: #8786BA;
}
.TagClassName
{
border-color: #8786BA;
}
</style>