Shades of Moody Blue #867EBD
Tints of Moody Blue #867EBD
RGB
CMYK
RGB Variations
Color information
#867EBD (or 0x867EBD) is known color: Moody Blue. HEX triplet: 86, 7E and BD. RGB value is (134,126,189). Sum of RGB (Red+Green+Blue) = 134+126+189=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #867EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EBD is #798142. Grayscale: #878787. Windows color (decimal): -7962947 or 12418694. OLE color: 12418694.
HSL color Cylindrical-coordinate representation of color #867EBD: hue angle of 247.62º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #867EBD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 126 | 189 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.26 |
| HSL | 247.62º | 0.32% | 0.62% | - |
| HSV(B) | 247.62º | 0.33% | 0.74% | - |
| XYZ | 26.48 | 23.66 | 51.32 | - |
| YUV | 135.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 189 | 0.29 | 0.33 | 0 | 0.26 | 247.62 | 0.32 | 0.62 |
| Hex | 86 | 7E | BD | 1D | 21 | 0 | 1A | F8 | 20 | 3E |
| Octal | 206 | 176 | 275 | 35 | 41 | 0 | 32 | 370 | 40 | 76 |
| Binary | 10000110 | 1111110 | 10111101 | 11101 | 100001 | 0 | 11010 | 11111000 | 100000 | 111110 |
Color Harmonies of #867EBD
Complementary color
Monochromatic Colors of #867EBD
Black with #867EBD
Text Example
Text Example
White with #867EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EBD; }
p { color: rgb(134,126,189); }
H1.HeaderClassName
{
color: #867EBD;
}
.AnyTagClassName
{
color: #867EBD;
}
</style>
background-color css
<style>
a { background-color: #867EBD; }
a { background-color: rgb(134,126,189); }
div.DivClassName
{
background-color: #867EBD;
}
.BgClassName
{
background-color: #867EBD;
}
</style>
border-color css
<style>
span { border-color: #867EBD; }
span { border-color: rgb(134,126,189); }
td.TdClassName
{
border-color: #867EBD;
}
.TagClassName
{
border-color: #867EBD;
}
</style>