Shades of Moody Blue #8680BB
Tints of Moody Blue #8680BB
RGB
CMYK
RGB Variations
Color information
#8680BB (or 0x8680BB) is known color: Moody Blue. HEX triplet: 86, 80 and BB. RGB value is (134,128,187). Sum of RGB (Red+Green+Blue) = 134+128+187=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #8680BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680BB is #797F44. Grayscale: #888888. Windows color (decimal): -7962437 or 12288134. OLE color: 12288134.
HSL color Cylindrical-coordinate representation of color #8680BB: hue angle of 246.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8680BB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 128 | 187 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.27 |
| HSL | 246.1º | 0.3% | 0.62% | - |
| HSV(B) | 246.1º | 0.32% | 0.73% | - |
| XYZ | 26.52 | 24.09 | 50.27 | - |
| YUV | 136.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 187 | 0.28 | 0.32 | 0 | 0.27 | 246.1 | 0.3 | 0.62 |
| Hex | 86 | 80 | BB | 1C | 20 | 0 | 1B | F6 | 1E | 3E |
| Octal | 206 | 200 | 273 | 34 | 40 | 0 | 33 | 366 | 36 | 76 |
| Binary | 10000110 | 10000000 | 10111011 | 11100 | 100000 | 0 | 11011 | 11110110 | 11110 | 111110 |
Color Harmonies of #8680BB
Complementary color
Monochromatic Colors of #8680BB
Black with #8680BB
Text Example
Text Example
White with #8680BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680BB; }
p { color: rgb(134,128,187); }
H1.HeaderClassName
{
color: #8680BB;
}
.AnyTagClassName
{
color: #8680BB;
}
</style>
background-color css
<style>
a { background-color: #8680BB; }
a { background-color: rgb(134,128,187); }
div.DivClassName
{
background-color: #8680BB;
}
.BgClassName
{
background-color: #8680BB;
}
</style>
border-color css
<style>
span { border-color: #8680BB; }
span { border-color: rgb(134,128,187); }
td.TdClassName
{
border-color: #8680BB;
}
.TagClassName
{
border-color: #8680BB;
}
</style>