Shades of Moody Blue #867DD6
Tints of Moody Blue #867DD6
RGB
CMYK
RGB Variations
Color information
#867DD6 (or 0x867DD6) is known color: Moody Blue. HEX triplet: 86, 7D and D6. RGB value is (134,125,214). Sum of RGB (Red+Green+Blue) = 134+125+214=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #867DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DD6 is #798229. Grayscale: #898989. Windows color (decimal): -7963178 or 14056838. OLE color: 14056838.
HSL color Cylindrical-coordinate representation of color #867DD6: hue angle of 246.07º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867DD6 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 125 | 214 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.16 |
| HSL | 246.07º | 0.52% | 0.66% | - |
| HSV(B) | 246.07º | 0.42% | 0.84% | - |
| XYZ | 29.3 | 24.59 | 66.82 | - |
| YUV | 137.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 214 | 0.37 | 0.42 | 0 | 0.16 | 246.07 | 0.52 | 0.66 |
| Hex | 86 | 7D | D6 | 25 | 2A | 0 | 10 | F6 | 34 | 42 |
| Octal | 206 | 175 | 326 | 45 | 52 | 0 | 20 | 366 | 64 | 102 |
| Binary | 10000110 | 1111101 | 11010110 | 100101 | 101010 | 0 | 10000 | 11110110 | 110100 | 1000010 |
Color Harmonies of #867DD6
Complementary color
Monochromatic Colors of #867DD6
Black with #867DD6
Text Example
Text Example
White with #867DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DD6; }
p { color: rgb(134,125,214); }
H1.HeaderClassName
{
color: #867DD6;
}
.AnyTagClassName
{
color: #867DD6;
}
</style>
background-color css
<style>
a { background-color: #867DD6; }
a { background-color: rgb(134,125,214); }
div.DivClassName
{
background-color: #867DD6;
}
.BgClassName
{
background-color: #867DD6;
}
</style>
border-color css
<style>
span { border-color: #867DD6; }
span { border-color: rgb(134,125,214); }
td.TdClassName
{
border-color: #867DD6;
}
.TagClassName
{
border-color: #867DD6;
}
</style>