Shades of Moody Blue #867DD5
Tints of Moody Blue #867DD5
RGB
CMYK
RGB Variations
Color information
#867DD5 (or 0x867DD5) is known color: Moody Blue. HEX triplet: 86, 7D and D5. RGB value is (134,125,213). Sum of RGB (Red+Green+Blue) = 134+125+213=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #867DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DD5 is #79822A. Grayscale: #898989. Windows color (decimal): -7963179 or 13991302. OLE color: 13991302.
HSL color Cylindrical-coordinate representation of color #867DD5: hue angle of 246.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #867DD5 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 125 | 213 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.16 |
| HSL | 246.14º | 0.51% | 0.66% | - |
| HSV(B) | 246.14º | 0.41% | 0.84% | - |
| XYZ | 29.18 | 24.54 | 66.15 | - |
| YUV | 137.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 213 | 0.37 | 0.41 | 0 | 0.16 | 246.14 | 0.51 | 0.66 |
| Hex | 86 | 7D | D5 | 25 | 29 | 0 | 10 | F6 | 33 | 42 |
| Octal | 206 | 175 | 325 | 45 | 51 | 0 | 20 | 366 | 63 | 102 |
| Binary | 10000110 | 1111101 | 11010101 | 100101 | 101001 | 0 | 10000 | 11110110 | 110011 | 1000010 |
Color Harmonies of #867DD5
Complementary color
Monochromatic Colors of #867DD5
Black with #867DD5
Text Example
Text Example
White with #867DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DD5; }
p { color: rgb(134,125,213); }
H1.HeaderClassName
{
color: #867DD5;
}
.AnyTagClassName
{
color: #867DD5;
}
</style>
background-color css
<style>
a { background-color: #867DD5; }
a { background-color: rgb(134,125,213); }
div.DivClassName
{
background-color: #867DD5;
}
.BgClassName
{
background-color: #867DD5;
}
</style>
border-color css
<style>
span { border-color: #867DD5; }
span { border-color: rgb(134,125,213); }
td.TdClassName
{
border-color: #867DD5;
}
.TagClassName
{
border-color: #867DD5;
}
</style>