Shades of Moody Blue #867BDD
Tints of Moody Blue #867BDD
RGB
CMYK
RGB Variations
Color information
#867BDD (or 0x867BDD) is known color: Moody Blue. HEX triplet: 86, 7B and DD. RGB value is (134,123,221). Sum of RGB (Red+Green+Blue) = 134+123+221=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #867BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BDD is #798422. Grayscale: #898989. Windows color (decimal): -7963683 or 14515078. OLE color: 14515078.
HSL color Cylindrical-coordinate representation of color #867BDD: hue angle of 246.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867BDD is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 123 | 221 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 246.73º | 0.59% | 0.67% | - |
| HSV(B) | 246.73º | 0.44% | 0.87% | - |
| XYZ | 29.97 | 24.45 | 71.55 | - |
| YUV | 137.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 221 | 0.39 | 0.44 | 0 | 0.13 | 246.73 | 0.59 | 0.67 |
| Hex | 86 | 7B | DD | 27 | 2C | 0 | D | F7 | 3B | 43 |
| Octal | 206 | 173 | 335 | 47 | 54 | 0 | 15 | 367 | 73 | 103 |
| Binary | 10000110 | 1111011 | 11011101 | 100111 | 101100 | 0 | 1101 | 11110111 | 111011 | 1000011 |
Color Harmonies of #867BDD
Complementary color
Monochromatic Colors of #867BDD
Black with #867BDD
Text Example
Text Example
White with #867BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BDD; }
p { color: rgb(134,123,221); }
H1.HeaderClassName
{
color: #867BDD;
}
.AnyTagClassName
{
color: #867BDD;
}
</style>
background-color css
<style>
a { background-color: #867BDD; }
a { background-color: rgb(134,123,221); }
div.DivClassName
{
background-color: #867BDD;
}
.BgClassName
{
background-color: #867BDD;
}
</style>
border-color css
<style>
span { border-color: #867BDD; }
span { border-color: rgb(134,123,221); }
td.TdClassName
{
border-color: #867BDD;
}
.TagClassName
{
border-color: #867BDD;
}
</style>