Shades of Moody Blue #8679DD
Tints of Moody Blue #8679DD
RGB
CMYK
RGB Variations
Color information
#8679DD (or 0x8679DD) is known color: Moody Blue. HEX triplet: 86, 79 and DD. RGB value is (134,121,221). Sum of RGB (Red+Green+Blue) = 134+121+221=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #8679DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679DD is #798622. Grayscale: #878787. Windows color (decimal): -7964195 or 14514566. OLE color: 14514566.
HSL color Cylindrical-coordinate representation of color #8679DD: hue angle of 247.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8679DD is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 121 | 221 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.13 |
| HSL | 247.8º | 0.6% | 0.67% | - |
| HSV(B) | 247.8º | 0.45% | 0.87% | - |
| XYZ | 29.72 | 23.96 | 71.47 | - |
| YUV | 136.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 221 | 0.39 | 0.45 | 0 | 0.13 | 247.8 | 0.6 | 0.67 |
| Hex | 86 | 79 | DD | 27 | 2D | 0 | D | F8 | 3C | 43 |
| Octal | 206 | 171 | 335 | 47 | 55 | 0 | 15 | 370 | 74 | 103 |
| Binary | 10000110 | 1111001 | 11011101 | 100111 | 101101 | 0 | 1101 | 11111000 | 111100 | 1000011 |
Color Harmonies of #8679DD
Complementary color
Monochromatic Colors of #8679DD
Black with #8679DD
Text Example
Text Example
White with #8679DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679DD; }
p { color: rgb(134,121,221); }
H1.HeaderClassName
{
color: #8679DD;
}
.AnyTagClassName
{
color: #8679DD;
}
</style>
background-color css
<style>
a { background-color: #8679DD; }
a { background-color: rgb(134,121,221); }
div.DivClassName
{
background-color: #8679DD;
}
.BgClassName
{
background-color: #8679DD;
}
</style>
border-color css
<style>
span { border-color: #8679DD; }
span { border-color: rgb(134,121,221); }
td.TdClassName
{
border-color: #8679DD;
}
.TagClassName
{
border-color: #8679DD;
}
</style>