Shades of Moody Blue #867DDC
Tints of Moody Blue #867DDC
RGB
CMYK
RGB Variations
Color information
#867DDC (or 0x867DDC) is known color: Moody Blue. HEX triplet: 86, 7D and DC. RGB value is (134,125,220). Sum of RGB (Red+Green+Blue) = 134+125+220=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #867DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DDC is #798223. Grayscale: #8A8A8A. Windows color (decimal): -7963172 or 14450054. OLE color: 14450054.
HSL color Cylindrical-coordinate representation of color #867DDC: hue angle of 245.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867DDC is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 125 | 220 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.14 |
| HSL | 245.68º | 0.58% | 0.68% | - |
| HSV(B) | 245.68º | 0.43% | 0.86% | - |
| XYZ | 30.08 | 24.9 | 70.93 | - |
| YUV | 138.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 220 | 0.39 | 0.43 | 0 | 0.14 | 245.68 | 0.58 | 0.68 |
| Hex | 86 | 7D | DC | 27 | 2B | 0 | E | F6 | 3A | 44 |
| Octal | 206 | 175 | 334 | 47 | 53 | 0 | 16 | 366 | 72 | 104 |
| Binary | 10000110 | 1111101 | 11011100 | 100111 | 101011 | 0 | 1110 | 11110110 | 111010 | 1000100 |
Color Harmonies of #867DDC
Complementary color
Monochromatic Colors of #867DDC
Black with #867DDC
Text Example
Text Example
White with #867DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DDC; }
p { color: rgb(134,125,220); }
H1.HeaderClassName
{
color: #867DDC;
}
.AnyTagClassName
{
color: #867DDC;
}
</style>
background-color css
<style>
a { background-color: #867DDC; }
a { background-color: rgb(134,125,220); }
div.DivClassName
{
background-color: #867DDC;
}
.BgClassName
{
background-color: #867DDC;
}
</style>
border-color css
<style>
span { border-color: #867DDC; }
span { border-color: rgb(134,125,220); }
td.TdClassName
{
border-color: #867DDC;
}
.TagClassName
{
border-color: #867DDC;
}
</style>