Shades of Moody Blue #867DCC
Tints of Moody Blue #867DCC
RGB
CMYK
RGB Variations
Color information
#867DCC (or 0x867DCC) is known color: Moody Blue. HEX triplet: 86, 7D and CC. RGB value is (134,125,204). Sum of RGB (Red+Green+Blue) = 134+125+204=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #867DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DCC is #798233. Grayscale: #888888. Windows color (decimal): -7963188 or 13401478. OLE color: 13401478.
HSL color Cylindrical-coordinate representation of color #867DCC: hue angle of 246.84º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867DCC is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 125 | 204 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.2 |
| HSL | 246.84º | 0.44% | 0.65% | - |
| HSV(B) | 246.84º | 0.39% | 0.8% | - |
| XYZ | 28.06 | 24.1 | 60.3 | - |
| YUV | 136.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 204 | 0.34 | 0.39 | 0 | 0.2 | 246.84 | 0.44 | 0.65 |
| Hex | 86 | 7D | CC | 22 | 27 | 0 | 14 | F7 | 2C | 41 |
| Octal | 206 | 175 | 314 | 42 | 47 | 0 | 24 | 367 | 54 | 101 |
| Binary | 10000110 | 1111101 | 11001100 | 100010 | 100111 | 0 | 10100 | 11110111 | 101100 | 1000001 |
Color Harmonies of #867DCC
Complementary color
Monochromatic Colors of #867DCC
Black with #867DCC
Text Example
Text Example
White with #867DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DCC; }
p { color: rgb(134,125,204); }
H1.HeaderClassName
{
color: #867DCC;
}
.AnyTagClassName
{
color: #867DCC;
}
</style>
background-color css
<style>
a { background-color: #867DCC; }
a { background-color: rgb(134,125,204); }
div.DivClassName
{
background-color: #867DCC;
}
.BgClassName
{
background-color: #867DCC;
}
</style>
border-color css
<style>
span { border-color: #867DCC; }
span { border-color: rgb(134,125,204); }
td.TdClassName
{
border-color: #867DCC;
}
.TagClassName
{
border-color: #867DCC;
}
</style>