Shades of Moody Blue #867CDD
Tints of Moody Blue #867CDD
RGB
CMYK
RGB Variations
Color information
#867CDD (or 0x867CDD) is known color: Moody Blue. HEX triplet: 86, 7C and DD. RGB value is (134,124,221). Sum of RGB (Red+Green+Blue) = 134+124+221=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #867CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CDD is #798322. Grayscale: #898989. Windows color (decimal): -7963427 or 14515334. OLE color: 14515334.
HSL color Cylindrical-coordinate representation of color #867CDD: hue angle of 246.19º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867CDD is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 124 | 221 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 246.19º | 0.59% | 0.68% | - |
| HSV(B) | 246.19º | 0.44% | 0.87% | - |
| XYZ | 30.09 | 24.7 | 71.59 | - |
| YUV | 138.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 221 | 0.39 | 0.44 | 0 | 0.13 | 246.19 | 0.59 | 0.68 |
| Hex | 86 | 7C | DD | 27 | 2C | 0 | D | F6 | 3B | 44 |
| Octal | 206 | 174 | 335 | 47 | 54 | 0 | 15 | 366 | 73 | 104 |
| Binary | 10000110 | 1111100 | 11011101 | 100111 | 101100 | 0 | 1101 | 11110110 | 111011 | 1000100 |
Color Harmonies of #867CDD
Complementary color
Monochromatic Colors of #867CDD
Black with #867CDD
Text Example
Text Example
White with #867CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CDD; }
p { color: rgb(134,124,221); }
H1.HeaderClassName
{
color: #867CDD;
}
.AnyTagClassName
{
color: #867CDD;
}
</style>
background-color css
<style>
a { background-color: #867CDD; }
a { background-color: rgb(134,124,221); }
div.DivClassName
{
background-color: #867CDD;
}
.BgClassName
{
background-color: #867CDD;
}
</style>
border-color css
<style>
span { border-color: #867CDD; }
span { border-color: rgb(134,124,221); }
td.TdClassName
{
border-color: #867CDD;
}
.TagClassName
{
border-color: #867CDD;
}
</style>