Shades of Moody Blue #867FDC
Tints of Moody Blue #867FDC
RGB
CMYK
RGB Variations
Color information
#867FDC (or 0x867FDC) is known color: Moody Blue. HEX triplet: 86, 7F and DC. RGB value is (134,127,220). Sum of RGB (Red+Green+Blue) = 134+127+220=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #867FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FDC is #798023. Grayscale: #8B8B8B. Windows color (decimal): -7962660 or 14450566. OLE color: 14450566.
HSL color Cylindrical-coordinate representation of color #867FDC: hue angle of 244.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867FDC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 127 | 220 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.14 |
| HSL | 244.52º | 0.57% | 0.68% | - |
| HSV(B) | 244.52º | 0.42% | 0.86% | - |
| XYZ | 30.34 | 25.41 | 71.02 | - |
| YUV | 139.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 220 | 0.39 | 0.42 | 0 | 0.14 | 244.52 | 0.57 | 0.68 |
| Hex | 86 | 7F | DC | 27 | 2A | 0 | E | F5 | 39 | 44 |
| Octal | 206 | 177 | 334 | 47 | 52 | 0 | 16 | 365 | 71 | 104 |
| Binary | 10000110 | 1111111 | 11011100 | 100111 | 101010 | 0 | 1110 | 11110101 | 111001 | 1000100 |
Color Harmonies of #867FDC
Complementary color
Monochromatic Colors of #867FDC
Black with #867FDC
Text Example
Text Example
White with #867FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FDC; }
p { color: rgb(134,127,220); }
H1.HeaderClassName
{
color: #867FDC;
}
.AnyTagClassName
{
color: #867FDC;
}
</style>
background-color css
<style>
a { background-color: #867FDC; }
a { background-color: rgb(134,127,220); }
div.DivClassName
{
background-color: #867FDC;
}
.BgClassName
{
background-color: #867FDC;
}
</style>
border-color css
<style>
span { border-color: #867FDC; }
span { border-color: rgb(134,127,220); }
td.TdClassName
{
border-color: #867FDC;
}
.TagClassName
{
border-color: #867FDC;
}
</style>