Shades of Moody Blue #867FBA
Tints of Moody Blue #867FBA
RGB
CMYK
RGB Variations
Color information
#867FBA (or 0x867FBA) is known color: Moody Blue. HEX triplet: 86, 7F and BA. RGB value is (134,127,186). Sum of RGB (Red+Green+Blue) = 134+127+186=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #867FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FBA is #798045. Grayscale: #878787. Windows color (decimal): -7962694 or 12222342. OLE color: 12222342.
HSL color Cylindrical-coordinate representation of color #867FBA: hue angle of 247.12º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #867FBA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 127 | 186 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.27 |
| HSL | 247.12º | 0.3% | 0.61% | - |
| HSV(B) | 247.12º | 0.32% | 0.73% | - |
| XYZ | 26.28 | 23.79 | 49.66 | - |
| YUV | 135.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 186 | 0.28 | 0.32 | 0 | 0.27 | 247.12 | 0.3 | 0.61 |
| Hex | 86 | 7F | BA | 1C | 20 | 0 | 1B | F7 | 1E | 3D |
| Octal | 206 | 177 | 272 | 34 | 40 | 0 | 33 | 367 | 36 | 75 |
| Binary | 10000110 | 1111111 | 10111010 | 11100 | 100000 | 0 | 11011 | 11110111 | 11110 | 111101 |
Color Harmonies of #867FBA
Complementary color
Monochromatic Colors of #867FBA
Black with #867FBA
Text Example
Text Example
White with #867FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FBA; }
p { color: rgb(134,127,186); }
H1.HeaderClassName
{
color: #867FBA;
}
.AnyTagClassName
{
color: #867FBA;
}
</style>
background-color css
<style>
a { background-color: #867FBA; }
a { background-color: rgb(134,127,186); }
div.DivClassName
{
background-color: #867FBA;
}
.BgClassName
{
background-color: #867FBA;
}
</style>
border-color css
<style>
span { border-color: #867FBA; }
span { border-color: rgb(134,127,186); }
td.TdClassName
{
border-color: #867FBA;
}
.TagClassName
{
border-color: #867FBA;
}
</style>