Shades of Moody Blue #8680BC
Tints of Moody Blue #8680BC
RGB
CMYK
RGB Variations
Color information
#8680BC (or 0x8680BC) is known color: Moody Blue. HEX triplet: 86, 80 and BC. RGB value is (134,128,188). Sum of RGB (Red+Green+Blue) = 134+128+188=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #8680BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680BC is #797F43. Grayscale: #888888. Windows color (decimal): -7962436 or 12353670. OLE color: 12353670.
HSL color Cylindrical-coordinate representation of color #8680BC: hue angle of 246º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8680BC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 128 | 188 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.26 |
| HSL | 246º | 0.31% | 0.62% | - |
| HSV(B) | 246º | 0.32% | 0.74% | - |
| XYZ | 26.63 | 24.14 | 50.83 | - |
| YUV | 136.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 188 | 0.29 | 0.32 | 0 | 0.26 | 246 | 0.31 | 0.62 |
| Hex | 86 | 80 | BC | 1D | 20 | 0 | 1A | F6 | 1F | 3E |
| Octal | 206 | 200 | 274 | 35 | 40 | 0 | 32 | 366 | 37 | 76 |
| Binary | 10000110 | 10000000 | 10111100 | 11101 | 100000 | 0 | 11010 | 11110110 | 11111 | 111110 |
Color Harmonies of #8680BC
Complementary color
Monochromatic Colors of #8680BC
Black with #8680BC
Text Example
Text Example
White with #8680BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680BC; }
p { color: rgb(134,128,188); }
H1.HeaderClassName
{
color: #8680BC;
}
.AnyTagClassName
{
color: #8680BC;
}
</style>
background-color css
<style>
a { background-color: #8680BC; }
a { background-color: rgb(134,128,188); }
div.DivClassName
{
background-color: #8680BC;
}
.BgClassName
{
background-color: #8680BC;
}
</style>
border-color css
<style>
span { border-color: #8680BC; }
span { border-color: rgb(134,128,188); }
td.TdClassName
{
border-color: #8680BC;
}
.TagClassName
{
border-color: #8680BC;
}
</style>