Shades of Moody Blue #8786CE
Tints of Moody Blue #8786CE
RGB
CMYK
RGB Variations
Color information
#8786CE (or 0x8786CE) is known color: Moody Blue. HEX triplet: 87, 86 and CE. RGB value is (135,134,206). Sum of RGB (Red+Green+Blue) = 135+134+206=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #8786CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8786CE is #787931. Grayscale: #8E8E8E. Windows color (decimal): -7895346 or 13534855. OLE color: 13534855.
HSL color Cylindrical-coordinate representation of color #8786CE: hue angle of 240.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8786CE is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 134 | 206 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.19 |
| HSL | 240.83º | 0.42% | 0.67% | - |
| HSV(B) | 240.83º | 0.35% | 0.81% | - |
| XYZ | 29.66 | 26.66 | 61.97 | - |
| YUV | 142.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 206 | 0.34 | 0.35 | 0 | 0.19 | 240.83 | 0.42 | 0.67 |
| Hex | 87 | 86 | CE | 22 | 23 | 0 | 13 | F1 | 2A | 43 |
| Octal | 207 | 206 | 316 | 42 | 43 | 0 | 23 | 361 | 52 | 103 |
| Binary | 10000111 | 10000110 | 11001110 | 100010 | 100011 | 0 | 10011 | 11110001 | 101010 | 1000011 |
Color Harmonies of #8786CE
Complementary color
Monochromatic Colors of #8786CE
Black with #8786CE
Text Example
Text Example
White with #8786CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8786CE; }
p { color: rgb(135,134,206); }
H1.HeaderClassName
{
color: #8786CE;
}
.AnyTagClassName
{
color: #8786CE;
}
</style>
background-color css
<style>
a { background-color: #8786CE; }
a { background-color: rgb(135,134,206); }
div.DivClassName
{
background-color: #8786CE;
}
.BgClassName
{
background-color: #8786CE;
}
</style>
border-color css
<style>
span { border-color: #8786CE; }
span { border-color: rgb(135,134,206); }
td.TdClassName
{
border-color: #8786CE;
}
.TagClassName
{
border-color: #8786CE;
}
</style>