Shades of Moody Blue #8687CE
Tints of Moody Blue #8687CE
RGB
CMYK
RGB Variations
Color information
#8687CE (or 0x8687CE) is known color: Moody Blue. HEX triplet: 86, 87 and CE. RGB value is (134,135,206). Sum of RGB (Red+Green+Blue) = 134+135+206=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 135 (53.12% from 255 or 28.42% 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 #8687CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8687CE is #797831. Grayscale: #8E8E8E. Windows color (decimal): -7960626 or 13535110. OLE color: 13535110.
HSL color Cylindrical-coordinate representation of color #8687CE: hue angle of 239.17º 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 #8687CE is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 135 | 206 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.19 |
| HSL | 239.17º | 0.42% | 0.67% | - |
| HSV(B) | 239.17º | 0.35% | 0.81% | - |
| XYZ | 29.64 | 26.85 | 62.01 | - |
| YUV | 142.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 206 | 0.35 | 0.34 | 0 | 0.19 | 239.17 | 0.42 | 0.67 |
| Hex | 86 | 87 | CE | 23 | 22 | 0 | 13 | EF | 2A | 43 |
| Octal | 206 | 207 | 316 | 43 | 42 | 0 | 23 | 357 | 52 | 103 |
| Binary | 10000110 | 10000111 | 11001110 | 100011 | 100010 | 0 | 10011 | 11101111 | 101010 | 1000011 |
Color Harmonies of #8687CE
Complementary color
Monochromatic Colors of #8687CE
Black with #8687CE
Text Example
Text Example
White with #8687CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8687CE; }
p { color: rgb(134,135,206); }
H1.HeaderClassName
{
color: #8687CE;
}
.AnyTagClassName
{
color: #8687CE;
}
</style>
background-color css
<style>
a { background-color: #8687CE; }
a { background-color: rgb(134,135,206); }
div.DivClassName
{
background-color: #8687CE;
}
.BgClassName
{
background-color: #8687CE;
}
</style>
border-color css
<style>
span { border-color: #8687CE; }
span { border-color: rgb(134,135,206); }
td.TdClassName
{
border-color: #8687CE;
}
.TagClassName
{
border-color: #8687CE;
}
</style>