Shades of Moody Blue #8678D0
Tints of Moody Blue #8678D0
RGB
CMYK
RGB Variations
Color information
#8678D0 (or 0x8678D0) is known color: Moody Blue. HEX triplet: 86, 78 and D0. RGB value is (134,120,208). Sum of RGB (Red+Green+Blue) = 134+120+208=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #8678D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678D0 is #79872F. Grayscale: #858585. Windows color (decimal): -7964464 or 13662342. OLE color: 13662342.
HSL color Cylindrical-coordinate representation of color #8678D0: hue angle of 249.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8678D0 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 120 | 208 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.18 |
| HSL | 249.55º | 0.48% | 0.64% | - |
| HSV(B) | 249.55º | 0.42% | 0.82% | - |
| XYZ | 27.93 | 23.06 | 62.65 | - |
| YUV | 134.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 208 | 0.36 | 0.42 | 0 | 0.18 | 249.55 | 0.48 | 0.64 |
| Hex | 86 | 78 | D0 | 24 | 2A | 0 | 12 | FA | 30 | 40 |
| Octal | 206 | 170 | 320 | 44 | 52 | 0 | 22 | 372 | 60 | 100 |
| Binary | 10000110 | 1111000 | 11010000 | 100100 | 101010 | 0 | 10010 | 11111010 | 110000 | 1000000 |
Color Harmonies of #8678D0
Complementary color
Monochromatic Colors of #8678D0
Black with #8678D0
Text Example
Text Example
White with #8678D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678D0; }
p { color: rgb(134,120,208); }
H1.HeaderClassName
{
color: #8678D0;
}
.AnyTagClassName
{
color: #8678D0;
}
</style>
background-color css
<style>
a { background-color: #8678D0; }
a { background-color: rgb(134,120,208); }
div.DivClassName
{
background-color: #8678D0;
}
.BgClassName
{
background-color: #8678D0;
}
</style>
border-color css
<style>
span { border-color: #8678D0; }
span { border-color: rgb(134,120,208); }
td.TdClassName
{
border-color: #8678D0;
}
.TagClassName
{
border-color: #8678D0;
}
</style>