Shades of Moody Blue #8678D9
Tints of Moody Blue #8678D9
RGB
CMYK
RGB Variations
Color information
#8678D9 (or 0x8678D9) is known color: Moody Blue. HEX triplet: 86, 78 and D9. RGB value is (134,120,217). Sum of RGB (Red+Green+Blue) = 134+120+217=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #8678D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678D9 is #798726. Grayscale: #868686. Windows color (decimal): -7964455 or 14252166. OLE color: 14252166.
HSL color Cylindrical-coordinate representation of color #8678D9: hue angle of 248.66º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8678D9 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 120 | 217 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.15 |
| HSL | 248.66º | 0.56% | 0.66% | - |
| HSV(B) | 248.66º | 0.45% | 0.85% | - |
| XYZ | 29.07 | 23.51 | 68.65 | - |
| YUV | 135.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 217 | 0.38 | 0.45 | 0 | 0.15 | 248.66 | 0.56 | 0.66 |
| Hex | 86 | 78 | D9 | 26 | 2D | 0 | F | F9 | 38 | 42 |
| Octal | 206 | 170 | 331 | 46 | 55 | 0 | 17 | 371 | 70 | 102 |
| Binary | 10000110 | 1111000 | 11011001 | 100110 | 101101 | 0 | 1111 | 11111001 | 111000 | 1000010 |
Color Harmonies of #8678D9
Complementary color
Monochromatic Colors of #8678D9
Black with #8678D9
Text Example
Text Example
White with #8678D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678D9; }
p { color: rgb(134,120,217); }
H1.HeaderClassName
{
color: #8678D9;
}
.AnyTagClassName
{
color: #8678D9;
}
</style>
background-color css
<style>
a { background-color: #8678D9; }
a { background-color: rgb(134,120,217); }
div.DivClassName
{
background-color: #8678D9;
}
.BgClassName
{
background-color: #8678D9;
}
</style>
border-color css
<style>
span { border-color: #8678D9; }
span { border-color: rgb(134,120,217); }
td.TdClassName
{
border-color: #8678D9;
}
.TagClassName
{
border-color: #8678D9;
}
</style>