Shades of Moody Blue #867BDF
Tints of Moody Blue #867BDF
RGB
CMYK
RGB Variations
Color information
#867BDF (or 0x867BDF) is known color: Moody Blue. HEX triplet: 86, 7B and DF. RGB value is (134,123,223). Sum of RGB (Red+Green+Blue) = 134+123+223=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #867BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BDF is #798420. Grayscale: #898989. Windows color (decimal): -7963681 or 14646150. OLE color: 14646150.
HSL color Cylindrical-coordinate representation of color #867BDF: hue angle of 246.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #867BDF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 123 | 223 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.13 |
| HSL | 246.6º | 0.61% | 0.68% | - |
| HSV(B) | 246.6º | 0.45% | 0.87% | - |
| XYZ | 30.23 | 24.56 | 72.96 | - |
| YUV | 137.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 223 | 0.40 | 0.45 | 0 | 0.13 | 246.6 | 0.61 | 0.68 |
| Hex | 86 | 7B | DF | 28 | 2D | 0 | D | F7 | 3D | 44 |
| Octal | 206 | 173 | 337 | 50 | 55 | 0 | 15 | 367 | 75 | 104 |
| Binary | 10000110 | 1111011 | 11011111 | 101000 | 101101 | 0 | 1101 | 11110111 | 111101 | 1000100 |
Color Harmonies of #867BDF
Complementary color
Monochromatic Colors of #867BDF
Black with #867BDF
Text Example
Text Example
White with #867BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BDF; }
p { color: rgb(134,123,223); }
H1.HeaderClassName
{
color: #867BDF;
}
.AnyTagClassName
{
color: #867BDF;
}
</style>
background-color css
<style>
a { background-color: #867BDF; }
a { background-color: rgb(134,123,223); }
div.DivClassName
{
background-color: #867BDF;
}
.BgClassName
{
background-color: #867BDF;
}
</style>
border-color css
<style>
span { border-color: #867BDF; }
span { border-color: rgb(134,123,223); }
td.TdClassName
{
border-color: #867BDF;
}
.TagClassName
{
border-color: #867BDF;
}
</style>