Shades of Moody Blue #8679D0
Tints of Moody Blue #8679D0
RGB
CMYK
RGB Variations
Color information
#8679D0 (or 0x8679D0) is known color: Moody Blue. HEX triplet: 86, 79 and D0. RGB value is (134,121,208). Sum of RGB (Red+Green+Blue) = 134+121+208=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #8679D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679D0 is #79862F. Grayscale: #868686. Windows color (decimal): -7964208 or 13662598. OLE color: 13662598.
HSL color Cylindrical-coordinate representation of color #8679D0: hue angle of 248.97º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8679D0 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 121 | 208 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.18 |
| HSL | 248.97º | 0.48% | 0.65% | - |
| HSV(B) | 248.97º | 0.42% | 0.82% | - |
| XYZ | 28.05 | 23.3 | 62.69 | - |
| YUV | 134.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 208 | 0.36 | 0.42 | 0 | 0.18 | 248.97 | 0.48 | 0.65 |
| Hex | 86 | 79 | D0 | 24 | 2A | 0 | 12 | F9 | 30 | 41 |
| Octal | 206 | 171 | 320 | 44 | 52 | 0 | 22 | 371 | 60 | 101 |
| Binary | 10000110 | 1111001 | 11010000 | 100100 | 101010 | 0 | 10010 | 11111001 | 110000 | 1000001 |
Color Harmonies of #8679D0
Complementary color
Monochromatic Colors of #8679D0
Black with #8679D0
Text Example
Text Example
White with #8679D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679D0; }
p { color: rgb(134,121,208); }
H1.HeaderClassName
{
color: #8679D0;
}
.AnyTagClassName
{
color: #8679D0;
}
</style>
background-color css
<style>
a { background-color: #8679D0; }
a { background-color: rgb(134,121,208); }
div.DivClassName
{
background-color: #8679D0;
}
.BgClassName
{
background-color: #8679D0;
}
</style>
border-color css
<style>
span { border-color: #8679D0; }
span { border-color: rgb(134,121,208); }
td.TdClassName
{
border-color: #8679D0;
}
.TagClassName
{
border-color: #8679D0;
}
</style>