Shades of Moody Blue #867EBB
Tints of Moody Blue #867EBB
RGB
CMYK
RGB Variations
Color information
#867EBB (or 0x867EBB) is known color: Moody Blue. HEX triplet: 86, 7E and BB. RGB value is (134,126,187). Sum of RGB (Red+Green+Blue) = 134+126+187=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #867EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EBB is #798144. Grayscale: #878787. Windows color (decimal): -7962949 or 12287622. OLE color: 12287622.
HSL color Cylindrical-coordinate representation of color #867EBB: hue angle of 247.87º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #867EBB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 126 | 187 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.27 |
| HSL | 247.87º | 0.31% | 0.61% | - |
| HSV(B) | 247.87º | 0.33% | 0.73% | - |
| XYZ | 26.26 | 23.58 | 50.18 | - |
| YUV | 135.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 187 | 0.28 | 0.33 | 0 | 0.27 | 247.87 | 0.31 | 0.61 |
| Hex | 86 | 7E | BB | 1C | 21 | 0 | 1B | F8 | 1F | 3D |
| Octal | 206 | 176 | 273 | 34 | 41 | 0 | 33 | 370 | 37 | 75 |
| Binary | 10000110 | 1111110 | 10111011 | 11100 | 100001 | 0 | 11011 | 11111000 | 11111 | 111101 |
Color Harmonies of #867EBB
Complementary color
Monochromatic Colors of #867EBB
Black with #867EBB
Text Example
Text Example
White with #867EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EBB; }
p { color: rgb(134,126,187); }
H1.HeaderClassName
{
color: #867EBB;
}
.AnyTagClassName
{
color: #867EBB;
}
</style>
background-color css
<style>
a { background-color: #867EBB; }
a { background-color: rgb(134,126,187); }
div.DivClassName
{
background-color: #867EBB;
}
.BgClassName
{
background-color: #867EBB;
}
</style>
border-color css
<style>
span { border-color: #867EBB; }
span { border-color: rgb(134,126,187); }
td.TdClassName
{
border-color: #867EBB;
}
.TagClassName
{
border-color: #867EBB;
}
</style>