Shades of Moody Blue #8686BB
Tints of Moody Blue #8686BB
RGB
CMYK
RGB Variations
Color information
#8686BB (or 0x8686BB) is known color: Moody Blue. HEX triplet: 86, 86 and BB. RGB value is (134,134,187). Sum of RGB (Red+Green+Blue) = 134+134+187=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #8686BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8686BB is #797944. Grayscale: #8B8B8B. Windows color (decimal): -7960901 or 12289670. OLE color: 12289670.
HSL color Cylindrical-coordinate representation of color #8686BB: hue angle of 240º degrees, saturation: 0.28, 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 #8686BB is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 134 | 187 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.27 |
| HSL | 240º | 0.28% | 0.63% | - |
| HSV(B) | 240º | 0.28% | 0.73% | - |
| XYZ | 27.33 | 25.71 | 50.54 | - |
| YUV | 140.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 187 | 0.28 | 0.28 | 0 | 0.27 | 240 | 0.28 | 0.63 |
| Hex | 86 | 86 | BB | 1C | 1C | 0 | 1B | F0 | 1C | 3F |
| Octal | 206 | 206 | 273 | 34 | 34 | 0 | 33 | 360 | 34 | 77 |
| Binary | 10000110 | 10000110 | 10111011 | 11100 | 11100 | 0 | 11011 | 11110000 | 11100 | 111111 |
Color Harmonies of #8686BB
Complementary color
Monochromatic Colors of #8686BB
Black with #8686BB
Text Example
Text Example
White with #8686BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8686BB; }
p { color: rgb(134,134,187); }
H1.HeaderClassName
{
color: #8686BB;
}
.AnyTagClassName
{
color: #8686BB;
}
</style>
background-color css
<style>
a { background-color: #8686BB; }
a { background-color: rgb(134,134,187); }
div.DivClassName
{
background-color: #8686BB;
}
.BgClassName
{
background-color: #8686BB;
}
</style>
border-color css
<style>
span { border-color: #8686BB; }
span { border-color: rgb(134,134,187); }
td.TdClassName
{
border-color: #8686BB;
}
.TagClassName
{
border-color: #8686BB;
}
</style>