Shades of Moody Blue #867EBE
Tints of Moody Blue #867EBE
RGB
CMYK
RGB Variations
Color information
#867EBE (or 0x867EBE) is known color: Moody Blue. HEX triplet: 86, 7E and BE. RGB value is (134,126,190). Sum of RGB (Red+Green+Blue) = 134+126+190=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #867EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EBE is #798141. Grayscale: #878787. Windows color (decimal): -7962946 or 12484230. OLE color: 12484230.
HSL color Cylindrical-coordinate representation of color #867EBE: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867EBE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 126 | 190 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.25 |
| HSL | 247.5º | 0.33% | 0.62% | - |
| HSV(B) | 247.5º | 0.34% | 0.75% | - |
| XYZ | 26.59 | 23.71 | 51.89 | - |
| YUV | 135.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 190 | 0.29 | 0.34 | 0 | 0.25 | 247.5 | 0.33 | 0.62 |
| Hex | 86 | 7E | BE | 1D | 22 | 0 | 19 | F8 | 21 | 3E |
| Octal | 206 | 176 | 276 | 35 | 42 | 0 | 31 | 370 | 41 | 76 |
| Binary | 10000110 | 1111110 | 10111110 | 11101 | 100010 | 0 | 11001 | 11111000 | 100001 | 111110 |
Color Harmonies of #867EBE
Complementary color
Monochromatic Colors of #867EBE
Black with #867EBE
Text Example
Text Example
White with #867EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EBE; }
p { color: rgb(134,126,190); }
H1.HeaderClassName
{
color: #867EBE;
}
.AnyTagClassName
{
color: #867EBE;
}
</style>
background-color css
<style>
a { background-color: #867EBE; }
a { background-color: rgb(134,126,190); }
div.DivClassName
{
background-color: #867EBE;
}
.BgClassName
{
background-color: #867EBE;
}
</style>
border-color css
<style>
span { border-color: #867EBE; }
span { border-color: rgb(134,126,190); }
td.TdClassName
{
border-color: #867EBE;
}
.TagClassName
{
border-color: #867EBE;
}
</style>