Shades of Moody Blue #867DDF
Tints of Moody Blue #867DDF
RGB
CMYK
RGB Variations
Color information
#867DDF (or 0x867DDF) is known color: Moody Blue. HEX triplet: 86, 7D and DF. RGB value is (134,125,223). Sum of RGB (Red+Green+Blue) = 134+125+223=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #867DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DDF is #798220. Grayscale: #8A8A8A. Windows color (decimal): -7963169 or 14646662. OLE color: 14646662.
HSL color Cylindrical-coordinate representation of color #867DDF: hue angle of 245.51º degrees, saturation: 0.6, 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 #867DDF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 125 | 223 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.13 |
| HSL | 245.51º | 0.6% | 0.68% | - |
| HSV(B) | 245.51º | 0.44% | 0.87% | - |
| XYZ | 30.48 | 25.06 | 73.04 | - |
| YUV | 138.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 223 | 0.40 | 0.44 | 0 | 0.13 | 245.51 | 0.6 | 0.68 |
| Hex | 86 | 7D | DF | 28 | 2C | 0 | D | F6 | 3C | 44 |
| Octal | 206 | 175 | 337 | 50 | 54 | 0 | 15 | 366 | 74 | 104 |
| Binary | 10000110 | 1111101 | 11011111 | 101000 | 101100 | 0 | 1101 | 11110110 | 111100 | 1000100 |
Color Harmonies of #867DDF
Complementary color
Monochromatic Colors of #867DDF
Black with #867DDF
Text Example
Text Example
White with #867DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DDF; }
p { color: rgb(134,125,223); }
H1.HeaderClassName
{
color: #867DDF;
}
.AnyTagClassName
{
color: #867DDF;
}
</style>
background-color css
<style>
a { background-color: #867DDF; }
a { background-color: rgb(134,125,223); }
div.DivClassName
{
background-color: #867DDF;
}
.BgClassName
{
background-color: #867DDF;
}
</style>
border-color css
<style>
span { border-color: #867DDF; }
span { border-color: rgb(134,125,223); }
td.TdClassName
{
border-color: #867DDF;
}
.TagClassName
{
border-color: #867DDF;
}
</style>